Commit 14489e65 authored by huyuchen's avatar huyuchen

优化修改

parent f18e8855
...@@ -133,10 +133,9 @@ public class TEmployeeContractInfo extends BaseEntity { ...@@ -133,10 +133,9 @@ public class TEmployeeContractInfo extends BaseEntity {
/** /**
* 0 是 1 否 * 0 是 1 否
*/ */
@NotBlank(message = "是否同步终止合同、减项、减档")
@Length(max = 1, message = "是否同步终止合同、减项、减档不能超过1个字符") @Length(max = 1, message = "是否同步终止合同、减项、减档不能超过1个字符")
@ExcelAttribute(name = "是否同步终止合同、减项、减档", maxLength = 1) @ExcelAttribute(name = "是否同步终止合同、减项、减档", maxLength = 1)
@Schema(description = "是否同步终止合同、减项、减档", name = "situation") @Schema(description = "是否同步终止合同、减项、减档", name = "changeContractAndEmployee")
private String changeContractAndEmployee; private String changeContractAndEmployee;
/** /**
* 签订类型(字典也是汉字 * 签订类型(字典也是汉字
......
...@@ -185,4 +185,12 @@ public class EmployeeContractVO extends RowIndex implements Serializable { ...@@ -185,4 +185,12 @@ public class EmployeeContractVO extends RowIndex implements Serializable {
@ExcelAttribute(name = "备注", maxLength = 200) @ExcelAttribute(name = "备注", maxLength = 200)
@Schema(description = "备注", name = "remark") @Schema(description = "备注", name = "remark")
private String remark; private String remark;
/**
* 0 是 1 否
*/
@Length(max = 1, message = "是否同步终止合同、减项、减档不能超过1个字符")
@ExcelAttribute(name = "是否同步终止合同、减项、减档", maxLength = 1)
@Schema(description = "是否同步终止合同、减项、减档", name = "changeContractAndEmployee")
private String changeContractAndEmployee;
} }
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