Commit e073df6e authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent b3ed8e19
......@@ -202,7 +202,7 @@ public class TEmployeeProject extends BaseEntity {
*/
@Schema(description ="合同类型(字典值)")
@NotNull(message = "合同类型不能为空")
@Size(max = 1, message = "合同类型不可超过1位")
@Size(max = 2, message = "合同类型不可超过2位")
private String contractType;
/**
......
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