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
d62d3a48
Commit
d62d3a48
authored
Nov 07, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公积金自动化配置-fxj
parent
2308996b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
+29
-29
TAutoFundRuleInfo.java
...cloud/plus/v1/yifu/archives/entity/TAutoFundRuleInfo.java
+15
-15
TAutoFundRuleRel.java
.../cloud/plus/v1/yifu/archives/entity/TAutoFundRuleRel.java
+14
-14
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TAutoFundRuleInfo.java
View file @
d62d3a48
...
@@ -39,7 +39,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -39,7 +39,7 @@ import javax.validation.constraints.NotBlank;
@Data
@Data
@TableName
(
"t_auto_fund_rule_info"
)
@TableName
(
"t_auto_fund_rule_info"
)
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@Schema
(
description
=
"
社保
购买规则主表"
)
@Schema
(
description
=
"
公积金
购买规则主表"
)
public
class
TAutoFundRuleInfo
extends
BaseEntity
{
public
class
TAutoFundRuleInfo
extends
BaseEntity
{
/**
/**
...
@@ -61,19 +61,19 @@ public class TAutoFundRuleInfo extends BaseEntity {
...
@@ -61,19 +61,19 @@ public class TAutoFundRuleInfo extends BaseEntity {
/**
/**
* 是否自动触发派增(字典:0自动触发派增,1:手动派增)
* 是否自动触发派增(字典:0自动触发派增,1:手动派增)
*/
*/
@ExcelAttribute
(
name
=
"是否自动触发派增
(字典:0自动触发派增,1:手动派增)"
,
isNotEmpty
=
true
,
errorInfo
=
"是否自动触发派增(字典:0自动触发派增,1:手动派增)
不能为空"
,
maxLength
=
1
)
@ExcelAttribute
(
name
=
"是否自动触发派增
"
,
isNotEmpty
=
true
,
errorInfo
=
"是否自动触发派增
不能为空"
,
maxLength
=
1
)
@NotBlank
(
message
=
"是否自动触发派增
(字典:0自动触发派增,1:手动派增)
不能为空"
)
@NotBlank
(
message
=
"是否自动触发派增不能为空"
)
@Length
(
max
=
1
,
message
=
"是否自动触发派增
(字典:0自动触发派增,1:手动派增)
不能超过1个字符"
)
@Length
(
max
=
1
,
message
=
"是否自动触发派增不能超过1个字符"
)
@ExcelProperty
(
"是否自动触发派增
(字典:0自动触发派增,1:手动派增)
"
)
@ExcelProperty
(
"是否自动触发派增"
)
@Schema
(
description
=
"是否自动触发派增(字典:0自动触发派增,1:手动派增)"
)
@Schema
(
description
=
"是否自动触发派增(字典:0自动触发派增,1:手动派增)"
)
private
String
autoFlag
;
private
String
autoFlag
;
/**
/**
* 派单发起时间(字典:
:0:入职满1个月...入职满6个月
)
* 派单发起时间(字典:
0:起缴日期当日
)
*/
*/
@ExcelAttribute
(
name
=
"派单发起时间
(字典::0:入职满1个月...入职满6个月)
"
,
maxLength
=
2
)
@ExcelAttribute
(
name
=
"派单发起时间"
,
maxLength
=
2
)
@Length
(
max
=
2
,
message
=
"派单发起时间
(字典::0:入职满1个月...入职满6个月)
不能超过2个字符"
)
@Length
(
max
=
2
,
message
=
"派单发起时间不能超过2个字符"
)
@ExcelProperty
(
"派单发起时间
(字典::0:入职满1个月...入职满6个月)
"
)
@ExcelProperty
(
"派单发起时间"
)
@Schema
(
description
=
"派单发起时间(字典:
:0:入职满1个月...入职满6个月
)"
)
@Schema
(
description
=
"派单发起时间(字典:
0:起缴日期当日
)"
)
private
String
startPeriod
;
private
String
startPeriod
;
/**
/**
* 派单发起具体时间字典:0:15:20
* 派单发起具体时间字典:0:15:20
...
@@ -86,18 +86,18 @@ public class TAutoFundRuleInfo extends BaseEntity {
...
@@ -86,18 +86,18 @@ public class TAutoFundRuleInfo extends BaseEntity {
/**
/**
* 派单确认时间,字典:0:派单发起当日
* 派单确认时间,字典:0:派单发起当日
*/
*/
@ExcelAttribute
(
name
=
"派单确认时间
,字典:0:派单发起当日
"
,
maxLength
=
50
)
@ExcelAttribute
(
name
=
"派单确认时间"
,
maxLength
=
50
)
@Length
(
max
=
50
,
message
=
"派单确认时间
,字典:0:派单发起当日
不能超过50个字符"
)
@Length
(
max
=
50
,
message
=
"派单确认时间不能超过50个字符"
)
@ExcelProperty
(
"派单确认时间
,字典:0:派单发起当日
"
)
@ExcelProperty
(
"派单确认时间"
)
@Schema
(
description
=
"派单确认时间,字典:0:派单发起当日"
)
@Schema
(
description
=
"派单确认时间,字典:0:派单发起当日"
)
private
String
confirmPeriod
;
private
String
confirmPeriod
;
/**
/**
* 派单确认具体时间
* 派单确认具体时间
:字典0:09:00
*/
*/
@ExcelAttribute
(
name
=
"派单确认具体时间"
,
maxLength
=
10
)
@ExcelAttribute
(
name
=
"派单确认具体时间"
,
maxLength
=
10
)
@Length
(
max
=
10
,
message
=
"派单确认具体时间不能超过10个字符"
)
@Length
(
max
=
10
,
message
=
"派单确认具体时间不能超过10个字符"
)
@ExcelProperty
(
"派单确认具体时间"
)
@ExcelProperty
(
"派单确认具体时间"
)
@Schema
(
description
=
"派单确认具体时间"
)
@Schema
(
description
=
"派单确认具体时间
:0:09:00
"
)
private
String
confirmTime
;
private
String
confirmTime
;
/**
/**
* 项目编码
* 项目编码
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TAutoFundRuleRel.java
View file @
d62d3a48
...
@@ -40,7 +40,7 @@ import java.math.BigDecimal;
...
@@ -40,7 +40,7 @@ import java.math.BigDecimal;
@Data
@Data
@TableName
(
"t_auto_fund_rule_rel"
)
@TableName
(
"t_auto_fund_rule_rel"
)
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@Schema
(
description
=
"
社保
购买规则明细表"
)
@Schema
(
description
=
"
公积金
购买规则明细表"
)
public
class
TAutoFundRuleRel
extends
BaseEntity
{
public
class
TAutoFundRuleRel
extends
BaseEntity
{
/**
/**
...
@@ -87,26 +87,26 @@ public class TAutoFundRuleRel extends BaseEntity {
...
@@ -87,26 +87,26 @@ public class TAutoFundRuleRel extends BaseEntity {
/**
/**
* 公积金单位个人比例是否一致(0-是,1-否)
* 公积金单位个人比例是否一致(0-是,1-否)
*/
*/
@ExcelAttribute
(
name
=
"公积金单位个人比例是否一致
(0-是,1-否
)"
,
maxLength
=
1
)
@ExcelAttribute
(
name
=
"公积金单位个人比例是否一致)"
,
maxLength
=
1
)
@Length
(
max
=
1
,
message
=
"公积金单位个人比例是否一致
(0-是,1-否)
不能超过1个字符"
)
@Length
(
max
=
1
,
message
=
"公积金单位个人比例是否一致不能超过1个字符"
)
@ExcelProperty
(
"公积金单位个人比例是否一致
(0-是,1-否)
"
)
@ExcelProperty
(
"公积金单位个人比例是否一致"
)
@Schema
(
description
=
"公积金单位个人比例是否一致(0-是,1-否)"
)
@Schema
(
description
=
"公积金单位个人比例是否一致(0-是,1-否)"
)
private
String
fundPerFlag
;
private
String
fundPerFlag
;
/**
/**
* 起缴日期
:0 入职日期
* 起缴日期
类型:0 入职满1年次月 1 人员自定义
*/
*/
@ExcelAttribute
(
name
=
"起缴日期
:0 入职日期
"
,
maxLength
=
2
)
@ExcelAttribute
(
name
=
"起缴日期
类型
"
,
maxLength
=
2
)
@Length
(
max
=
2
,
message
=
"起缴日期
:0 入职日期
不能超过2个字符"
)
@Length
(
max
=
2
,
message
=
"起缴日期
类型
不能超过2个字符"
)
@ExcelProperty
(
"起缴日期
:0 入职日期
"
)
@ExcelProperty
(
"起缴日期
类型
"
)
@Schema
(
description
=
"起缴日期
:0 入职日期
"
)
@Schema
(
description
=
"起缴日期
类型:0 入职满1年次月 1 人员自定义
"
)
private
String
fundDateType
;
private
String
fundDateType
;
/**
/**
* 缴纳类型:0最低、1自定义、2最高、3固定基数
* 缴纳
基数
类型:0最低、1自定义、2最高、3固定基数
*/
*/
@ExcelAttribute
(
name
=
"缴纳
类型:0最低、1自定义、2最高、3固定基数
"
,
maxLength
=
2
)
@ExcelAttribute
(
name
=
"缴纳
基数类型
"
,
maxLength
=
2
)
@Length
(
max
=
2
,
message
=
"缴纳
类型:0最低、1自定义、2最高、3固定基数
不能超过2个字符"
)
@Length
(
max
=
2
,
message
=
"缴纳
基数类型
不能超过2个字符"
)
@ExcelProperty
(
"缴纳
类型:0最低、1自定义、2最高、3固定基数
"
)
@ExcelProperty
(
"缴纳
基数类型
"
)
@Schema
(
description
=
"缴纳类型:0最低、1自定义、2最高、3固定基数"
)
@Schema
(
description
=
"缴纳
基数
类型:0最低、1自定义、2最高、3固定基数"
)
private
String
paymentType
;
private
String
paymentType
;
/**
/**
* 公积金基数
* 公积金基数
...
...
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