Commit 8029507e authored by hongguangwu's avatar hongguangwu

MVP1.5.1-收入证明等

parent ae138b04
...@@ -185,14 +185,14 @@ public class TProveRecord extends Model<TProveRecord> { ...@@ -185,14 +185,14 @@ public class TProveRecord extends Model<TProveRecord> {
* *
*/ */
@NotBlank(message = "单位全称不能为空") @NotBlank(message = "单位全称不能为空")
@Length(max = 20, message = "不能超过20个字符") @Length(max = 100, message = "不能超过100个字符")
@Schema(description = "单位全称", name = "unitName") @Schema(description = "单位全称", name = "unitName")
private String unitName; private String unitName;
/** /**
* *
*/ */
@NotBlank(message = "单位地址不能为空") @NotBlank(message = "单位地址不能为空")
@Length(max = 50, message = "不能超过50个字符") @Length(max = 100, message = "不能超过100个字符")
@Schema(description = "单位地址", name = "unitAddr") @Schema(description = "单位地址", name = "unitAddr")
private String unitAddr; private String unitAddr;
/** /**
......
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