feat: 支持最大长度,rules 动态生成

This commit is contained in:
ray
2024-07-31 07:49:45 +08:00
parent de086a73a3
commit 49f42bae7c
2 changed files with 21 additions and 10 deletions

View File

@@ -140,4 +140,7 @@ interface FieldConfig {
/** 查询类型 */
queryType?: number;
/** 字段长度 */
maxLength?: number;
}