Commit ca19c6e4 by hongzhong

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

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