feature:自动化增加前端可控显隐。

This commit is contained in:
pixelmaxQM
2024-04-25 21:13:55 +08:00
parent 90549a09e1
commit d23d6c342a
5 changed files with 11 additions and 116 deletions

View File

@@ -69,7 +69,6 @@ type Field struct {
FieldSearchType string `json:"fieldSearchType"` // 搜索条件
DictType string `json:"dictType"` // 字典
Front bool `json:"front"` // 是否前端可见
Class string `json:"class"` // 前端样式类
Require bool `json:"require"` // 是否必填
DefaultValue string `json:"defaultValue"` // 是否必填
ErrorText string `json:"errorText"` // 校验失败文字