| | |
| | | private Long id; |
| | | //奖惩标准/外键 |
| | | private Long rewardPunishmentStandardId; |
| | | //奖惩标准名称 |
| | | private String rewardPunishmentStandardName; |
| | | //员工(多个用逗号隔开) |
| | | private String personId; |
| | | //被奖惩者 |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | //备注信息 |
| | | private String memo; |
| | | |
| | | public String getMemo() { |
| | | return memo; |
| | | } |
| | | |
| | | public void setMemo(String memo) { |
| | | this.memo = memo; |
| | | } |
| | | |
| | | public Long getRewardPunishmentStandardId() { |
| | | return rewardPunishmentStandardId; |
| | | } |
| | |
| | | public void setCreateTime(Timestamp createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public void setRewardPunishmentStandardName(String rewardPunishmentStandardName) { |
| | | this.rewardPunishmentStandardName = rewardPunishmentStandardName; |
| | | } |
| | | |
| | | public String getRewardPunishmentStandardName() { |
| | | return rewardPunishmentStandardName; |
| | | } |
| | | } |