Commit 0a966288 authored by huyuchen's avatar huyuchen

商险接口修改

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