Commit 18bf42e6 authored by fangxinjiang's avatar fangxinjiang

社保自动化配置-fxj

parent d0c12e76
......@@ -69,7 +69,7 @@ public class TAutoSocialRuleInfo extends BaseEntity {
/**
* 派单发起时间(字典::0:入职满1个月...入职满6个月)
*/
@ExcelAttribute(name = "派单发起时间", maxLength = 2,isNotEmpty = true, errorInfo = "派单发起时间不能为空")
@ExcelAttribute(name = "派单发起时间", maxLength = 2,isNotEmpty = false, errorInfo = "派单发起时间不能为空")
@Length(max = 2, message = "派单发起时间不能超过2个字符")
@ExcelProperty("派单发起时间")
@Schema(description = "派单发起时间(字典::0:入职满1个月...入职满6个月)")
......@@ -85,7 +85,7 @@ public class TAutoSocialRuleInfo extends BaseEntity {
/**
* 派单确认时间,字典:0:派单发起当日
*/
@ExcelAttribute(name = "派单确认时间", maxLength = 50,isNotEmpty = true, errorInfo = "派单发起时间不能为空")
@ExcelAttribute(name = "派单确认时间", maxLength = 50,isNotEmpty = false, errorInfo = "派单发起时间不能为空")
@Length(max = 50, message = "派单确认时间不能超过50个字符")
@ExcelProperty("派单确认时间")
@Schema(description = "派单确认时间,字典:0:派单发起当日")
......
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