修复代码生成器多个验证类别无法选择问题

v1.4.1
Parker 4 years ago
parent 86a6e8106d
commit 6a1b06752a

@ -155,7 +155,6 @@ public class CreaterTableColumnModel extends ApiWrapper {
@ExcelProperty(value = "验证类别", order = 15)
@ExcelInfo
// 验证器
@ValidationArgs({ValiArgsType.IS_GENERAL})
@ValidationArgsLenMax(500)
private String validateType;

Loading…
Cancel
Save