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
01dfd639
Commit
01dfd639
authored
Oct 09, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据权限修改
parent
b19b1832
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
279 deletions
+25
-279
TPaymentInfo.java
...m/yifu/cloud/plus/v1/yifu/social/entity/TPaymentInfo.java
+0
-40
TPaymentInfoVo.java
...com/yifu/cloud/plus/v1/yifu/social/vo/TPaymentInfoVo.java
+0
-32
TPaymentInfoMapper.xml
...cial-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
+25
-207
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/TPaymentInfo.java
View file @
01dfd639
...
@@ -313,22 +313,6 @@ public class TPaymentInfo extends BaseEntity {
...
@@ -313,22 +313,6 @@ public class TPaymentInfo extends BaseEntity {
@ExcelProperty
(
"公积金总合计"
)
@ExcelProperty
(
"公积金总合计"
)
private
BigDecimal
providentSum
;
private
BigDecimal
providentSum
;
/**
* 社保核准表ID
*/
@ExcelAttribute
(
name
=
"社保核准表ID"
)
@Schema
(
description
=
"社保核准表ID"
)
@ExcelProperty
(
"社保核准表ID"
)
private
String
socialSettlementId
;
/**
* 公积金核准表ID
*/
@ExcelAttribute
(
name
=
"公积金核准表ID"
)
@Schema
(
description
=
"公积金核准表ID"
)
@ExcelProperty
(
"公积金核准表ID"
)
private
String
fundSettlementId
;
/**
/**
* 就职班组
* 就职班组
*/
*/
...
@@ -337,14 +321,6 @@ public class TPaymentInfo extends BaseEntity {
...
@@ -337,14 +321,6 @@ public class TPaymentInfo extends BaseEntity {
@ExcelProperty
(
"就职班组"
)
@ExcelProperty
(
"就职班组"
)
private
String
inauguralTeam
;
private
String
inauguralTeam
;
/**
* 电信编号
*/
@ExcelAttribute
(
name
=
"电信编号"
)
@Schema
(
description
=
"电信编号"
)
@ExcelProperty
(
"电信编号"
)
private
String
telecomNumber
;
/**
/**
* 排序字段
* 排序字段
*/
*/
...
@@ -353,22 +329,6 @@ public class TPaymentInfo extends BaseEntity {
...
@@ -353,22 +329,6 @@ public class TPaymentInfo extends BaseEntity {
@ExcelProperty
(
"排序字段"
)
@ExcelProperty
(
"排序字段"
)
private
String
sortTime
;
private
String
sortTime
;
/**
* 代理结算id
*/
@ExcelAttribute
(
name
=
"代理结算id"
)
@Schema
(
description
=
"代理结算id"
)
@ExcelProperty
(
"代理结算id"
)
private
String
agentId
;
/**
* 财务账单ID
*/
@ExcelAttribute
(
name
=
"财务账单ID"
)
@Schema
(
description
=
"财务账单ID"
)
@ExcelProperty
(
"财务账单ID"
)
private
String
financeBillId
;
/**
/**
* 推送状态
* 推送状态
*/
*/
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TPaymentInfoVo.java
View file @
01dfd639
...
@@ -293,22 +293,6 @@ public class TPaymentInfoVo extends RowIndex implements Serializable {
...
@@ -293,22 +293,6 @@ public class TPaymentInfoVo extends RowIndex implements Serializable {
@Schema
(
description
=
"公积金总合计"
)
@Schema
(
description
=
"公积金总合计"
)
@ExcelProperty
(
"公积金总合计"
)
@ExcelProperty
(
"公积金总合计"
)
private
BigDecimal
providentSum
;
private
BigDecimal
providentSum
;
/**
* 社保核准表ID
*/
@Length
(
max
=
32
,
message
=
"社保核准表ID 不能超过32 个字符"
)
@ExcelAttribute
(
name
=
"社保核准表ID"
,
maxLength
=
32
)
@Schema
(
description
=
"社保核准表ID"
)
@ExcelProperty
(
"社保核准表ID"
)
private
String
socialSettlementId
;
/**
* 公积金核准表ID
*/
@Length
(
max
=
32
,
message
=
"公积金核准表ID 不能超过32 个字符"
)
@ExcelAttribute
(
name
=
"公积金核准表ID"
,
maxLength
=
32
)
@Schema
(
description
=
"公积金核准表ID"
)
@ExcelProperty
(
"公积金核准表ID"
)
private
String
fundSettlementId
;
/**
/**
* 就职班组
* 就职班组
*/
*/
...
@@ -333,22 +317,6 @@ public class TPaymentInfoVo extends RowIndex implements Serializable {
...
@@ -333,22 +317,6 @@ public class TPaymentInfoVo extends RowIndex implements Serializable {
@Schema
(
description
=
"排序字段"
)
@Schema
(
description
=
"排序字段"
)
@ExcelProperty
(
"排序字段"
)
@ExcelProperty
(
"排序字段"
)
private
String
sortTime
;
private
String
sortTime
;
/**
* 代理结算id
*/
@Length
(
max
=
32
,
message
=
"代理结算id 不能超过32 个字符"
)
@ExcelAttribute
(
name
=
"代理结算id"
,
maxLength
=
32
)
@Schema
(
description
=
"代理结算id"
)
@ExcelProperty
(
"代理结算id"
)
private
String
agentId
;
/**
* 财务账单ID
*/
@Length
(
max
=
32
,
message
=
"财务账单ID 不能超过32 个字符"
)
@ExcelAttribute
(
name
=
"财务账单ID"
,
maxLength
=
32
)
@Schema
(
description
=
"财务账单ID"
)
@ExcelProperty
(
"财务账单ID"
)
private
String
financeBillId
;
/**
/**
* 单位补缴利息
* 单位补缴利息
*/
*/
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
View file @
01dfd639
This diff is collapsed.
Click to expand it.
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