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
b788582c
Commit
b788582c
authored
Jan 29, 2023
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出字段名称修改
parent
b3522d14
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
52 deletions
+52
-52
TPaymentInfoBatchVo.java
...ifu/cloud/plus/v1/yifu/social/vo/TPaymentInfoBatchVo.java
+41
-41
TPaymentInfoExportVo.java
...fu/cloud/plus/v1/yifu/social/vo/TPaymentInfoExportVo.java
+11
-11
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPaymentInfoBatchVo.java
View file @
b788582c
...
...
@@ -207,18 +207,18 @@ public class TPaymentInfoBatchVo {
@ExcelProperty
(
"单位失业基数"
)
private
BigDecimal
unitUnemploymentSet
;
/**
* 工伤基数
*
单位
工伤基数
*/
@ExcelAttribute
(
name
=
"工伤基数"
)
@ExcelAttribute
(
name
=
"
单位
工伤基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"工伤基数"
)
@ExcelProperty
(
"
单位
工伤基数"
)
private
BigDecimal
unitInjurySet
;
/**
* 生育基数
*/
@ExcelAttribute
(
name
=
"生育基数"
)
@ExcelAttribute
(
name
=
"
单位
生育基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"生育基数"
)
@ExcelProperty
(
"
单位
生育基数"
)
private
BigDecimal
unitBirthSet
;
/**
* 单位养老比例
...
...
@@ -291,74 +291,74 @@ public class TPaymentInfoBatchVo {
@ExcelProperty
(
"个人大病比例"
)
private
BigDecimal
personalBigailmentPer
;
/**
* 单位养老
金额
* 单位养老
缴费
*/
@ExcelAttribute
(
name
=
"单位养老
金额
"
)
@ExcelAttribute
(
name
=
"单位养老
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位养老
金额
"
)
@ExcelProperty
(
"单位养老
缴费
"
)
private
BigDecimal
unitPensionMoney
;
/**
* 单位医疗
金额
* 单位医疗
缴费
*/
@ExcelAttribute
(
name
=
"单位医疗
金额
"
)
@ExcelAttribute
(
name
=
"单位医疗
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位医疗
金额
"
)
@ExcelProperty
(
"单位医疗
缴费
"
)
private
BigDecimal
unitMedicalMoney
;
/**
* 单位失业
金额
* 单位失业
缴费
*/
@ExcelAttribute
(
name
=
"单位失业
金额
"
)
@ExcelAttribute
(
name
=
"单位失业
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位失业
金额
"
)
@ExcelProperty
(
"单位失业
缴费
"
)
private
BigDecimal
unitUnemploymentMoney
;
/**
* 单位工伤
金额
* 单位工伤
缴费
*/
@ExcelAttribute
(
name
=
"单位工伤
金额
"
)
@ExcelAttribute
(
name
=
"单位工伤
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位工伤
金额
"
)
@ExcelProperty
(
"单位工伤
缴费
"
)
private
BigDecimal
unitInjuryMoney
;
/**
* 单位生育
金额
* 单位生育
缴费
*/
@ExcelAttribute
(
name
=
"单位生育
金额
"
)
@ExcelAttribute
(
name
=
"单位生育
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位生育
金额
"
)
@ExcelProperty
(
"单位生育
缴费
"
)
private
BigDecimal
unitBirthMoney
;
/**
* 单位大病
金额
* 单位大病
缴费
*/
@ExcelAttribute
(
name
=
"单位大病
金额
"
)
@ExcelAttribute
(
name
=
"单位大病
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位大病
金额
"
)
@ExcelProperty
(
"单位大病
缴费
"
)
private
BigDecimal
unitBigmailmentMoney
;
/**
* 个人养老
金额
* 个人养老
缴费
*/
@ExcelAttribute
(
name
=
"个人养老
金额
"
)
@ExcelAttribute
(
name
=
"个人养老
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"个人养老
金额
"
)
@ExcelProperty
(
"个人养老
缴费
"
)
private
BigDecimal
personalPensionMoney
;
/**
* 个人医疗
金额
* 个人医疗
缴费
*/
@ExcelAttribute
(
name
=
"个人医疗
金额
"
)
@ExcelAttribute
(
name
=
"个人医疗
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"个人医疗
金额
"
)
@ExcelProperty
(
"个人医疗
缴费
"
)
private
BigDecimal
personalMedicalMoney
;
/**
* 个人失业
金额
* 个人失业
缴费
*/
@ExcelAttribute
(
name
=
"个人失业
金额
"
)
@ExcelAttribute
(
name
=
"个人失业
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"个人失业
金额
"
)
@ExcelProperty
(
"个人失业
缴费
"
)
private
BigDecimal
personalUnemploymentMoney
;
/**
* 个人大病
金额
* 个人大病
缴费
*/
@ExcelAttribute
(
name
=
"个人大病
金额
"
)
@ExcelAttribute
(
name
=
"个人大病
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"个人大病
金额
"
)
@ExcelProperty
(
"个人大病
缴费
"
)
private
BigDecimal
personalBigmailmentMoney
;
/**
...
...
@@ -419,11 +419,11 @@ public class TPaymentInfoBatchVo {
@ExcelProperty
(
"单位公积金比例"
)
private
BigDecimal
providentPercent
;
/**
* 单位公积金
费用
* 单位公积金
缴费
*/
@ExcelAttribute
(
name
=
"单位公积金
费用
"
)
@ExcelAttribute
(
name
=
"单位公积金
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"单位公积金
费用
"
)
@ExcelProperty
(
"单位公积金
缴费
"
)
private
BigDecimal
unitProvidentSum
;
/**
* 个人公积金基数
...
...
@@ -433,11 +433,11 @@ public class TPaymentInfoBatchVo {
@ExcelProperty
(
"个人公积金基数"
)
private
BigDecimal
personalProidentSet
;
/**
* 个人公积金
费用
* 个人公积金
缴费
*/
@ExcelAttribute
(
name
=
"个人公积金
费用
"
)
@ExcelAttribute
(
name
=
"个人公积金
缴费
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"个人公积金
费用
"
)
@ExcelProperty
(
"个人公积金
缴费
"
)
private
BigDecimal
personalProvidentSum
;
/**
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPaymentInfoExportVo.java
View file @
b788582c
...
...
@@ -240,38 +240,38 @@ public class TPaymentInfoExportVo extends RowIndex implements Serializable {
/**
* 单位养老基数
*/
@ExcelAttribute
(
name
=
"养老基数"
)
@ExcelAttribute
(
name
=
"
单位
养老基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"养老基数"
)
@ExcelProperty
(
"
单位
养老基数"
)
private
BigDecimal
unitPensionSet
;
/**
* 单位医疗基数
*/
@ExcelAttribute
(
name
=
"医疗基数"
)
@ExcelAttribute
(
name
=
"
单位
医疗基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医疗基数"
)
@ExcelProperty
(
"
单位
医疗基数"
)
private
BigDecimal
unitMedicalSet
;
/**
* 单位失业基数
*/
@ExcelAttribute
(
name
=
"失业基数"
)
@ExcelAttribute
(
name
=
"
单位
失业基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"失业基数"
)
@ExcelProperty
(
"
单位
失业基数"
)
private
BigDecimal
unitUnemploymentSet
;
/**
* 单位工伤基数
*/
@ExcelAttribute
(
name
=
"工伤基数"
)
@ExcelAttribute
(
name
=
"
单位
工伤基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"工伤基数"
)
@ExcelProperty
(
"
单位
工伤基数"
)
private
BigDecimal
unitInjurySet
;
/**
* 单位生育基数
*/
@ExcelAttribute
(
name
=
"生育基数"
)
@ExcelAttribute
(
name
=
"
单位
生育基数"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"生育基数"
)
private
BigDecimal
unitBirthSet
;
;
@ExcelProperty
(
"
单位
生育基数"
)
private
BigDecimal
unitBirthSet
;
/**
* 单位养老金额
*/
...
...
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