Commit a1b4c755 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 18a60fa1
...@@ -384,8 +384,8 @@ public class TEmployeeContractPreVo extends RowIndex implements Serializable { ...@@ -384,8 +384,8 @@ public class TEmployeeContractPreVo extends RowIndex implements Serializable {
/** /**
* 其他 (工资形式其他时的工资) * 其他 (工资形式其他时的工资)
*/ */
@Length(max = 20, message = "其他 (工资形式其他时的工资) 不能超过20 个字符") @Length(max = 50, message = "其他 (工资形式其他时的工资) 不能超过50 个字符")
@ExcelAttribute(name = "其他 (工资形式其他时的工资)", maxLength = 20) @ExcelAttribute(name = "其他 (工资形式其他时的工资)", maxLength = 50)
@Schema(description = "其他 (工资形式其他时的工资)") @Schema(description = "其他 (工资形式其他时的工资)")
@ExcelProperty("其他 (工资形式其他时的工资)") @ExcelProperty("其他 (工资形式其他时的工资)")
private String otherWage; private String otherWage;
......
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