Commit 8c5ed63d authored by hongguangwu's avatar hongguangwu

MVP1.5.2-开户行

parent 9d4a2508
...@@ -52,9 +52,9 @@ public class TBankSet extends BaseEntity { ...@@ -52,9 +52,9 @@ public class TBankSet extends BaseEntity {
/** /**
* bankName * bankName
*/ */
@ExcelAttribute(name = "开户行", isNotEmpty = true, errorInfo = "开户行不能为空", maxLength = 50) @ExcelAttribute(name = "开户行", isNotEmpty = true, errorInfo = "开户行不能为空", maxLength = 100)
@NotBlank(message = "开户行不能为空") @NotBlank(message = "开户行不能为空")
@Length(max = 50, message = "开户行不能超过50个字符") @Length(max = 100, message = "开户行不能超过100个字符")
@ExcelProperty("开户行") @ExcelProperty("开户行")
@Schema(description = "开户行") @Schema(description = "开户行")
private String bankName; private String bankName;
......
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