Commit 70fc7e3a authored by fangxinjiang's avatar fangxinjiang

项目档案新增字段“标签”

parent 7fe711b7
......@@ -148,8 +148,7 @@ public class EmployeeProjectVO extends RowIndex implements Serializable {
*/
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value ="标签")
@ExcelAttribute(name = "标签",maxLength = 20)
@ExcelAttribute(name = "标签",maxLength = 20,errorInfo = "标签不超过20个字")
@Schema(description ="标签")
@Size(max = 20, message = "标签不可超过20位")
private String empLabel;
}
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