Commit ca19c6e4 by hongzhong

202201:薪资单::经纪人信息显示调整

parent 76e36033
......@@ -75,6 +75,7 @@ public class RenewalYearPerformanceCommission {
return salaryCode;
}
public void setSalaryCode(String salaryCode) {
this.salaryCode = salaryCode;
}
......@@ -83,6 +84,7 @@ public class RenewalYearPerformanceCommission {
return Customer;
}
@JsonProperty("Customer")
public void setCustomer(String customer) {
Customer = customer;
}
......@@ -91,6 +93,7 @@ public class RenewalYearPerformanceCommission {
return EffectiveDate;
}
@JsonProperty("EffectiveDate")
public void setEffectiveDate(String effectiveDate) {
EffectiveDate = effectiveDate;
}
......@@ -99,6 +102,7 @@ public class RenewalYearPerformanceCommission {
return Insurance_Cust;
}
@JsonProperty("Insurance_Cust")
public void setInsurance_Cust(String insurance_Cust) {
Insurance_Cust = insurance_Cust;
}
......@@ -107,6 +111,7 @@ public class RenewalYearPerformanceCommission {
return Policyno;
}
@JsonProperty("Policyno")
public void setPolicyno(String policyno) {
Policyno = policyno;
}
......@@ -115,6 +120,7 @@ public class RenewalYearPerformanceCommission {
return YearPREMIUM;
}
@JsonProperty("YearPREMIUM")
public void setYearPREMIUM(int yearPREMIUM) {
YearPREMIUM = yearPREMIUM;
}
......@@ -123,6 +129,7 @@ public class RenewalYearPerformanceCommission {
return Salestaff;
}
@JsonProperty("Salestaff")
public void setSalestaff(String salestaff) {
Salestaff = salestaff;
}
......
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