feature:代码生成器可拖拽行,修复pgsql从库创建代码的bug,增加默认值属性。
This commit is contained in:
@@ -68,6 +68,7 @@ type Field struct {
|
||||
FieldSearchType string `json:"fieldSearchType"` // 搜索条件
|
||||
DictType string `json:"dictType"` // 字典
|
||||
Require bool `json:"require"` // 是否必填
|
||||
DefaultValue string `json:"defaultValue"` // 是否必填
|
||||
ErrorText string `json:"errorText"` // 校验失败文字
|
||||
Clearable bool `json:"clearable"` // 是否可清空
|
||||
Sort bool `json:"sort"` // 是否增加排序
|
||||
|
Reference in New Issue
Block a user