Commit c8f1d565 authored by fangxinjiang's avatar fangxinjiang

公积金自动化配置-fxj

parent 6846bb9f
......@@ -53,7 +53,7 @@ public class TAutoFundRuleRel extends BaseEntity {
/**
* 公积金配置ID
*/
@ExcelAttribute(name = "公积金配置ID", isNotEmpty = true, errorInfo = "公积金配置ID不能为空", maxLength = 32)
@ExcelAttribute(name = "公积金配置ID", errorInfo = "公积金配置ID不能为空", maxLength = 32)
@NotBlank(message = "公积金配置ID不能为空")
@Length(max = 32, message = "公积金配置ID不能超过32个字符")
@ExcelProperty("公积金配置ID")
......@@ -134,7 +134,7 @@ public class TAutoFundRuleRel extends BaseEntity {
/**
* 项目编码
*/
@ExcelAttribute(name = "项目编码", isNotEmpty = true, errorInfo = "项目编码不能为空", maxLength = 50)
@ExcelAttribute(name = "项目编码", errorInfo = "项目编码不能为空", maxLength = 50)
@NotBlank(message = "项目编码不能为空")
@Length(max = 50, message = "项目编码不能超过50个字符")
@ExcelProperty("项目编码")
......@@ -143,7 +143,7 @@ public class TAutoFundRuleRel extends BaseEntity {
/**
* 项目ID
*/
@ExcelAttribute(name = "项目ID", isNotEmpty = true, errorInfo = "项目ID不能为空", maxLength = 50)
@ExcelAttribute(name = "项目ID", errorInfo = "项目ID不能为空", maxLength = 50)
@NotBlank(message = "项目ID不能为空")
@Length(max = 50, message = "项目ID不能超过50个字符")
@ExcelProperty("项目ID")
......
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