Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
9250bf59
Commit
9250bf59
authored
Aug 05, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缴费库 代码修改
parent
cb287e20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
TPreDispatchReduceVo.java
...fu/cloud/plus/v1/yifu/social/vo/TPreDispatchReduceVo.java
+6
-6
TPreDispatchUpdateVo.java
...fu/cloud/plus/v1/yifu/social/vo/TPreDispatchUpdateVo.java
+6
-6
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPreDispatchReduceVo.java
View file @
9250bf59
...
@@ -236,7 +236,7 @@ public class TPreDispatchReduceVo {
...
@@ -236,7 +236,7 @@ public class TPreDispatchReduceVo {
* 养老基数
* 养老基数
*/
*/
@Schema
(
description
=
"养老基数"
)
@Schema
(
description
=
"养老基数"
)
@ExcelAttribute
(
name
=
"养老基数"
,
isFloat
=
true
)
@ExcelAttribute
(
name
=
"养老基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
pensionBase
;
private
BigDecimal
pensionBase
;
/**
/**
...
@@ -251,7 +251,7 @@ public class TPreDispatchReduceVo {
...
@@ -251,7 +251,7 @@ public class TPreDispatchReduceVo {
* 医疗基数
* 医疗基数
*/
*/
@Schema
(
description
=
"医疗基数"
)
@Schema
(
description
=
"医疗基数"
)
@ExcelAttribute
(
name
=
"医疗基数"
,
isFloat
=
true
)
@ExcelAttribute
(
name
=
"医疗基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
medicalBase
;
private
BigDecimal
medicalBase
;
/**
/**
...
@@ -273,7 +273,7 @@ public class TPreDispatchReduceVo {
...
@@ -273,7 +273,7 @@ public class TPreDispatchReduceVo {
* 工伤基数
* 工伤基数
*/
*/
@Schema
(
description
=
"工伤基数"
)
@Schema
(
description
=
"工伤基数"
)
@ExcelAttribute
(
name
=
"工伤基数"
,
isFloat
=
true
)
@ExcelAttribute
(
name
=
"工伤基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
injuryBase
;
private
BigDecimal
injuryBase
;
/**
/**
...
@@ -288,7 +288,7 @@ public class TPreDispatchReduceVo {
...
@@ -288,7 +288,7 @@ public class TPreDispatchReduceVo {
* 生育基数
* 生育基数
*/
*/
@Schema
(
description
=
"生育基数"
)
@Schema
(
description
=
"生育基数"
)
@ExcelAttribute
(
name
=
"生育基数"
,
isFloat
=
true
)
@ExcelAttribute
(
name
=
"生育基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
birthBase
;
private
BigDecimal
birthBase
;
/**
/**
...
@@ -303,7 +303,7 @@ public class TPreDispatchReduceVo {
...
@@ -303,7 +303,7 @@ public class TPreDispatchReduceVo {
* 失业基数
* 失业基数
*/
*/
@Schema
(
description
=
"失业基数"
)
@Schema
(
description
=
"失业基数"
)
@ExcelAttribute
(
name
=
"失业基数"
,
isFloat
=
true
)
@ExcelAttribute
(
name
=
"失业基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
unemploymentBase
;
private
BigDecimal
unemploymentBase
;
/**
/**
...
@@ -318,7 +318,7 @@ public class TPreDispatchReduceVo {
...
@@ -318,7 +318,7 @@ public class TPreDispatchReduceVo {
* 公积金基数
* 公积金基数
*/
*/
@Schema
(
description
=
"公积金基数"
)
@Schema
(
description
=
"公积金基数"
)
@ExcelAttribute
(
name
=
"公积金基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"公积金基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
fundBase
;
private
BigDecimal
fundBase
;
/**
/**
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPreDispatchUpdateVo.java
View file @
9250bf59
...
@@ -168,7 +168,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -168,7 +168,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 养老基数
* 养老基数
*/
*/
@ExcelAttribute
(
name
=
"养老基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"养老基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
pensionBase
;
private
BigDecimal
pensionBase
;
/**
/**
* 养老起缴月
* 养老起缴月
...
@@ -185,7 +185,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -185,7 +185,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 医疗基数
* 医疗基数
*/
*/
@ExcelAttribute
(
name
=
"医疗基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"医疗基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
medicalBase
;
private
BigDecimal
medicalBase
;
/**
/**
* 医疗起缴月
* 医疗起缴月
...
@@ -202,7 +202,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -202,7 +202,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 工伤基数
* 工伤基数
*/
*/
@ExcelAttribute
(
name
=
"工伤基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"工伤基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
injuryBase
;
private
BigDecimal
injuryBase
;
/**
/**
* 工伤起缴月
* 工伤起缴月
...
@@ -219,7 +219,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -219,7 +219,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 生育基数
* 生育基数
*/
*/
@ExcelAttribute
(
name
=
"生育基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"生育基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
birthBase
;
private
BigDecimal
birthBase
;
/**
/**
* 生育起缴月
* 生育起缴月
...
@@ -236,7 +236,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -236,7 +236,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 失业基数
* 失业基数
*/
*/
@ExcelAttribute
(
name
=
"失业基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"失业基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
unemploymentBase
;
private
BigDecimal
unemploymentBase
;
/**
/**
* 失业起缴月
* 失业起缴月
...
@@ -253,7 +253,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
...
@@ -253,7 +253,7 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/**
/**
* 公积金基数
* 公积金基数
*/
*/
@ExcelAttribute
(
name
=
"公积金基数"
,
isFloat
=
true
,
maxLength
=
12
)
@ExcelAttribute
(
name
=
"公积金基数"
,
isFloat
=
true
,
max
=
"99999999.99"
)
private
BigDecimal
fundBase
;
private
BigDecimal
fundBase
;
/**
/**
* 公积金起缴月
* 公积金起缴月
...
...
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