lyfO_o
2022-10-14 d7f6103047cc5a4242ea82dd7c1ad70d1bd39503
goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/model/dto/resp/RewardPunishmentDetailDto.java
@@ -72,6 +72,17 @@
        this.id = id;
    }
    //备注信息
    private String memo;
    public String getMemo() {
        return memo;
    }
    public void setMemo(String memo) {
        this.memo = memo;
    }
    public Long getRewardPunishmentStandardId() {
        return rewardPunishmentStandardId;
    }
@@ -107,4 +118,8 @@
    public void setRewardPunishmentStandardName(String rewardPunishmentStandardName) {
        this.rewardPunishmentStandardName = rewardPunishmentStandardName;
    }
    public String getRewardPunishmentStandardName() {
        return rewardPunishmentStandardName;
    }
}