Commit d62d3a48 authored by fangxinjiang's avatar fangxinjiang

公积金自动化配置-fxj

parent 2308996b
......@@ -39,7 +39,7 @@ import javax.validation.constraints.NotBlank;
@Data
@TableName("t_auto_fund_rule_info")
@EqualsAndHashCode(callSuper = true)
@Schema(description = "社保购买规则主表")
@Schema(description = "公积金购买规则主表")
public class TAutoFundRuleInfo extends BaseEntity {
/**
......@@ -61,19 +61,19 @@ public class TAutoFundRuleInfo extends BaseEntity {
/**
* 是否自动触发派增(字典:0自动触发派增,1:手动派增)
*/
@ExcelAttribute(name = "是否自动触发派增(字典:0自动触发派增,1:手动派增)", isNotEmpty = true, errorInfo = "是否自动触发派增(字典:0自动触发派增,1:手动派增)不能为空", maxLength = 1)
@NotBlank(message = "是否自动触发派增(字典:0自动触发派增,1:手动派增)不能为空")
@Length(max = 1, message = "是否自动触发派增(字典:0自动触发派增,1:手动派增)不能超过1个字符")
@ExcelProperty("是否自动触发派增(字典:0自动触发派增,1:手动派增)")
@ExcelAttribute(name = "是否自动触发派增", isNotEmpty = true, errorInfo = "是否自动触发派增不能为空", maxLength = 1)
@NotBlank(message = "是否自动触发派增不能为空")
@Length(max = 1, message = "是否自动触发派增不能超过1个字符")
@ExcelProperty("是否自动触发派增")
@Schema(description = "是否自动触发派增(字典:0自动触发派增,1:手动派增)")
private String autoFlag;
/**
* 派单发起时间(字典::0:入职满1个月...入职满6个月)
* 派单发起时间(字典:0:起缴日期当日)
*/
@ExcelAttribute(name = "派单发起时间(字典::0:入职满1个月...入职满6个月)", maxLength = 2)
@Length(max = 2, message = "派单发起时间(字典::0:入职满1个月...入职满6个月)不能超过2个字符")
@ExcelProperty("派单发起时间(字典::0:入职满1个月...入职满6个月)")
@Schema(description = "派单发起时间(字典::0:入职满1个月...入职满6个月)")
@ExcelAttribute(name = "派单发起时间", maxLength = 2)
@Length(max = 2, message = "派单发起时间不能超过2个字符")
@ExcelProperty("派单发起时间")
@Schema(description = "派单发起时间(字典:0:起缴日期当日)")
private String startPeriod;
/**
* 派单发起具体时间字典:0:15:20
......@@ -86,18 +86,18 @@ public class TAutoFundRuleInfo extends BaseEntity {
/**
* 派单确认时间,字典:0:派单发起当日
*/
@ExcelAttribute(name = "派单确认时间,字典:0:派单发起当日", maxLength = 50)
@Length(max = 50, message = "派单确认时间,字典:0:派单发起当日不能超过50个字符")
@ExcelProperty("派单确认时间,字典:0:派单发起当日")
@ExcelAttribute(name = "派单确认时间", maxLength = 50)
@Length(max = 50, message = "派单确认时间不能超过50个字符")
@ExcelProperty("派单确认时间")
@Schema(description = "派单确认时间,字典:0:派单发起当日")
private String confirmPeriod;
/**
* 派单确认具体时间
* 派单确认具体时间:字典0:09:00
*/
@ExcelAttribute(name = "派单确认具体时间", maxLength = 10)
@Length(max = 10, message = "派单确认具体时间不能超过10个字符")
@ExcelProperty("派单确认具体时间")
@Schema(description = "派单确认具体时间")
@Schema(description = "派单确认具体时间:0:09:00")
private String confirmTime;
/**
* 项目编码
......
......@@ -40,7 +40,7 @@ import java.math.BigDecimal;
@Data
@TableName("t_auto_fund_rule_rel")
@EqualsAndHashCode(callSuper = true)
@Schema(description = "社保购买规则明细表")
@Schema(description = "公积金购买规则明细表")
public class TAutoFundRuleRel extends BaseEntity {
/**
......@@ -87,26 +87,26 @@ public class TAutoFundRuleRel extends BaseEntity {
/**
* 公积金单位个人比例是否一致(0-是,1-否)
*/
@ExcelAttribute(name = "公积金单位个人比例是否一致(0-是,1-否)", maxLength = 1)
@Length(max = 1, message = "公积金单位个人比例是否一致(0-是,1-否)不能超过1个字符")
@ExcelProperty("公积金单位个人比例是否一致(0-是,1-否)")
@ExcelAttribute(name = "公积金单位个人比例是否一致)", maxLength = 1)
@Length(max = 1, message = "公积金单位个人比例是否一致不能超过1个字符")
@ExcelProperty("公积金单位个人比例是否一致")
@Schema(description = "公积金单位个人比例是否一致(0-是,1-否)")
private String fundPerFlag;
/**
* 起缴日期:0 入职日期
* 起缴日期类型:0 入职满1年次月 1 人员自定义
*/
@ExcelAttribute(name = "起缴日期:0 入职日期", maxLength = 2)
@Length(max = 2, message = "起缴日期:0 入职日期不能超过2个字符")
@ExcelProperty("起缴日期:0 入职日期")
@Schema(description = "起缴日期:0 入职日期")
@ExcelAttribute(name = "起缴日期类型", maxLength = 2)
@Length(max = 2, message = "起缴日期类型不能超过2个字符")
@ExcelProperty("起缴日期类型")
@Schema(description = "起缴日期类型:0 入职满1年次月 1 人员自定义")
private String fundDateType;
/**
* 缴纳类型:0最低、1自定义、2最高、3固定基数
* 缴纳基数类型:0最低、1自定义、2最高、3固定基数
*/
@ExcelAttribute(name = "缴纳类型:0最低、1自定义、2最高、3固定基数", maxLength = 2)
@Length(max = 2, message = "缴纳类型:0最低、1自定义、2最高、3固定基数不能超过2个字符")
@ExcelProperty("缴纳类型:0最低、1自定义、2最高、3固定基数")
@Schema(description = "缴纳类型:0最低、1自定义、2最高、3固定基数")
@ExcelAttribute(name = "缴纳基数类型", maxLength = 2)
@Length(max = 2, message = "缴纳基数类型不能超过2个字符")
@ExcelProperty("缴纳基数类型")
@Schema(description = "缴纳基数类型:0最低、1自定义、2最高、3固定基数")
private String paymentType;
/**
* 公积金基数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment