Commit 59f8e96f authored by fangxinjiang's avatar fangxinjiang

项目档案无岗位更新岗位fxj 2024-04-17

parent 2b32c37b
...@@ -104,6 +104,7 @@ public class EmployeeVO extends RowIndex implements Serializable { ...@@ -104,6 +104,7 @@ public class EmployeeVO extends RowIndex implements Serializable {
*/ */
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "婚姻状况") @ExcelProperty(value = "婚姻状况")
@ExcelAttribute(name = "婚姻状况", isNotEmpty = true, maxLength = 20, errorInfo = "婚姻状况必填且不可超过20位")
@Size(max = 32, message = "婚姻状况不可超过32位") @Size(max = 32, message = "婚姻状况不可超过32位")
private String empMarriStatus; private String empMarriStatus;
...@@ -118,6 +119,7 @@ public class EmployeeVO extends RowIndex implements Serializable { ...@@ -118,6 +119,7 @@ public class EmployeeVO extends RowIndex implements Serializable {
/** /**
* 政治面貌 * 政治面貌
*/ */
@ExcelAttribute(name = "政治面貌", isNotEmpty = true, maxLength = 20, errorInfo = "政治面貌必填且不可超过20位")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "政治面貌") @ExcelProperty(value = "政治面貌")
@Size(max = 32, message = "政治面貌不可超过32位") @Size(max = 32, message = "政治面貌不可超过32位")
......
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