Commit a46e22d0 authored by huyuchen's avatar huyuchen

商险优化

parent db431f8c
...@@ -408,7 +408,7 @@ public class TPreDispatchInfo extends BaseEntity { ...@@ -408,7 +408,7 @@ public class TPreDispatchInfo extends BaseEntity {
* 小合同名称 * 小合同名称
*/ */
@Schema(description ="小合同名称") @Schema(description ="小合同名称")
@ExcelAttribute(name = "小合同名称", maxLength = 20) @ExcelAttribute(name = "小合同名称", maxLength = 50)
private String contractMinorName; private String contractMinorName;
/** /**
......
...@@ -359,7 +359,7 @@ public class TPreDispatchReduceVo { ...@@ -359,7 +359,7 @@ public class TPreDispatchReduceVo {
* 小合同名称 * 小合同名称
*/ */
@Schema(description ="小合同名称") @Schema(description ="小合同名称")
@ExcelAttribute(name = "小合同名称", maxLength = 20) @ExcelAttribute(name = "小合同名称", maxLength = 50)
private String contractMinorName; private String contractMinorName;
/** /**
......
...@@ -284,8 +284,8 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo { ...@@ -284,8 +284,8 @@ public class TPreDispatchUpdateVo extends TPreDispatchInfo {
/** /**
* 小合同名称 * 小合同名称
*/ */
@Length(max = 20, message = "小合同名称不能超过20个字符") @Length(max = 50, message = "小合同名称不能超过50个字符")
@ExcelAttribute(name = "小合同名称", maxLength = 20) @ExcelAttribute(name = "小合同名称", maxLength = 50)
private String contractMinorName; private String contractMinorName;
/** /**
* 唯一号 * 唯一号
......
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