Commit 5a046beb by jianan

薪资单-OtherCommission加Project_Id

parent 73a9de40
...@@ -4,6 +4,7 @@ package com.yd.rmi.n22.salary.pojo.searchstaffsalarydetails; ...@@ -4,6 +4,7 @@ package com.yd.rmi.n22.salary.pojo.searchstaffsalarydetails;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
public class OtherCommission { public class OtherCommission {
private String Project_Id;
private String CommissionName;//奖金名称 private String CommissionName;//奖金名称
private String Commission; //奖金金额 private String Commission; //奖金金额
private String Comments;//备注 private String Comments;//备注
...@@ -43,4 +44,12 @@ public class OtherCommission { ...@@ -43,4 +44,12 @@ public class OtherCommission {
public void setWithdrawedId(Long withdrawedId) { public void setWithdrawedId(Long withdrawedId) {
this.withdrawedId = withdrawedId; this.withdrawedId = withdrawedId;
} }
public String getProject_Id() {
return Project_Id;
}
@JsonProperty("Project_Id")
public void setProject_Id(String project_Id) {
Project_Id = project_Id;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment