Commit 2d7b6c6f authored by huyuchen's avatar huyuchen

优化修改

parent 49bc5ae1
...@@ -190,7 +190,7 @@ public class EmployeeContractVO extends RowIndex implements Serializable { ...@@ -190,7 +190,7 @@ public class EmployeeContractVO extends RowIndex implements Serializable {
* 0 是 1 否 * 0 是 1 否
*/ */
@Length(max = 1, message = "是否同步终止合同、减项、减档不能超过1个字符") @Length(max = 1, message = "是否同步终止合同、减项、减档不能超过1个字符")
@ExcelAttribute(name = "是否同步终止合同、减项、减档", maxLength = 1) @ExcelAttribute(name = "是否同步终止合同、减项、减档", maxLength = 1,readConverterExp = "0=是,1=否")
@Schema(description = "是否同步终止合同、减项、减档", name = "changeContractAndEmployee") @Schema(description = "是否同步终止合同、减项、减档", name = "changeContractAndEmployee")
private String 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