Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
ca19c6e4
Commit
ca19c6e4
authored
Jan 06, 2022
by
hongzhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
202201:薪资单::经纪人信息显示调整
parent
76e36033
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
yd-api/src/main/java/com/yd/rmi/n22/salary/pojo/searchstaffsalarydetails/RenewalYearPerformanceCommission.java
+7
-0
No files found.
yd-api/src/main/java/com/yd/rmi/n22/salary/pojo/searchstaffsalarydetails/RenewalYearPerformanceCommission.java
View file @
ca19c6e4
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment