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
8dbef77e
Commit
8dbef77e
authored
May 23, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240523 HRO 稿酬、劳务费 套表导出
parent
78402c97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
1 deletion
+45
-1
TSalaryTypeFourExportEkpVo.java
...ud/plus/v1/yifu/salary/vo/TSalaryTypeFourExportEkpVo.java
+20
-0
TSalaryTypeThreeExportEkpVo.java
...d/plus/v1/yifu/salary/vo/TSalaryTypeThreeExportEkpVo.java
+25
-1
No files found.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TSalaryTypeFourExportEkpVo.java
View file @
8dbef77e
...
...
@@ -41,62 +41,82 @@ public class TSalaryTypeFourExportEkpVo {
// 开户行省,开户行市,开户行支行,稿酬,个税,个人实收,本月是否重复金额,是否自有员工,是否发薪员工,支出结算状态
@ExcelProperty
(
"薪酬状态"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
status
;
@ExcelProperty
(
"项目名称"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
deptName
;
@ExcelProperty
(
"项目编码"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
deptNo
;
@ExcelProperty
(
"发放月份"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
settlementMonth
;
@ExcelProperty
(
"薪酬月份"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
salaryMonth
;
@ExcelProperty
(
"员工姓名"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empName
;
@ExcelProperty
(
"身份证号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empIdcard
;
@ExcelProperty
(
"手机号码"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empPhone
;
// 银行卡号
@ExcelProperty
(
"银行卡号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankNo
;
// 开户行总行
@ExcelProperty
(
"开户行总行"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankName
;
// 开户行省
@ExcelProperty
(
"开户行省"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankProvince
;
// ,开户行市,开户行支行,工资发放方式,工资发放时间,社保缴纳月份,公积金缴纳月份,社保优先级,公积金优先级,是否扣除社保,是否扣除公积金
// 开户行市
@ExcelProperty
(
"开户行市"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankCity
;
// 开户行支行
@ExcelProperty
(
"开户行支行"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankSubName
;
// 劳务费 应发薪酬(劳务费、稿酬)
@ExcelProperty
(
"稿酬"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
relaySalary
;
/**
* 个税金额(个人承担)
*/
@ExcelProperty
(
"个税"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
salaryTax
;
/**
* 实发(个人实收)
*/
@ExcelProperty
(
"个人实收"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
actualSalary
;
//稿酬,个税,个人实收,本月是否重复金额,是否自有员工,是否发薪员工,支出结算状态
// ,本月是否重复金额,是否自有员工,是否薪资特殊值,支出结算状态
// 本月是否重复金额0:否;1:是重复导入的
@ExcelProperty
(
"本月是否重复金额"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
isRepeat
;
// 是否自有员工0:否;1:是自有员工
@ExcelProperty
(
"是否自有员工"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
ownFlag
;
//劳务费、稿酬是否含有发薪0:否;1:是
@ExcelProperty
(
"是否发薪员工"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
haveSalaryFlag
;
@ExcelProperty
(
"支出结算状态"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
paySettleFlag
;
}
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TSalaryTypeThreeExportEkpVo.java
View file @
8dbef77e
...
...
@@ -43,42 +43,57 @@ public class TSalaryTypeThreeExportEkpVo {
// 开户行省,开户行市,开户行支行,劳务费,工资发放时间,是否个人承担部分税费
// 个税-个人承担,个税-单位承担,公司应发,个人实收,本月是否重复金额,是否自有员工,是否发薪员工,支出结算状态
@ExcelProperty
(
"薪酬状态"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
status
;
@ExcelProperty
(
"项目名称"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
deptName
;
@ExcelProperty
(
"项目编码"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
deptNo
;
@ExcelProperty
(
"发放月份"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
settlementMonth
;
@ExcelProperty
(
"薪酬月份"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
salaryMonth
;
@ExcelProperty
(
"员工姓名"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empName
;
@ExcelProperty
(
"身份证号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empIdcard
;
@ExcelProperty
(
"手机号码"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
empPhone
;
// 银行卡号
@ExcelProperty
(
"银行卡号"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankNo
;
// 开户行总行
@ExcelProperty
(
"开户行总行"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankName
;
// 开户行省
@ExcelProperty
(
"开户行省"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankProvince
;
// ,开户行市,开户行支行,工资发放方式,工资发放时间,社保缴纳月份,公积金缴纳月份,社保优先级,公积金优先级,是否扣除社保,是否扣除公积金
// 开户行市
@ExcelProperty
(
"开户行市"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankCity
;
// 开户行支行
@ExcelProperty
(
"开户行支行"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
bankSubName
;
// 劳务费 应发薪酬(劳务费、稿酬)
@ExcelProperty
(
"劳务费"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
relaySalary
;
// 工资发放时间(0立即发、1暂停发)
@ExcelProperty
(
"工资发放时间"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
salaryGiveTime
;
/**
* 是否个人承担部分税费
...
...
@@ -87,39 +102,48 @@ public class TSalaryTypeThreeExportEkpVo {
* 个人承担全部税费2
*/
@ExcelProperty
(
"是否个人承担部分税费"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
isPersonTax
;
/**
* 个税金额(个人承担)
*/
@ExcelProperty
(
"个税-个人承担"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
salaryTax
;
/**
* 个税-单位承担
*/
@ExcelProperty
(
"个税-单位承担"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
salaryTaxUnit
;
/**
* 公司应发
*/
@ExcelProperty
(
"公司应发"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
relaySalaryUnit
;
/**
* 实发(个人实收)
*/
@ExcelProperty
(
"个人实收"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
BigDecimal
actualSalary
;
// ,本月是否重复金额,是否自有员工,是否薪资特殊值,支出结算状态
// 本月是否重复金额0:否;1:是重复导入的
@ExcelProperty
(
"本月是否重复金额"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
isRepeat
;
// 是否自有员工0:否;1:是自有员工
@ExcelProperty
(
"是否自有员工"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
ownFlag
;
//劳务费、稿酬是否含有发薪0:否;1:是
@ExcelProperty
(
"是否发薪员工"
)
private
Integer
haveSalaryFlag
;
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
haveSalaryFlag
;
@ExcelProperty
(
"支出结算状态"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
private
String
paySettleFlag
;
}
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