feature:代码生成器可拖拽行,修复pgsql从库创建代码的bug,增加默认值属性。

This commit is contained in:
pixelmaxQM
2024-04-22 22:04:29 +08:00
parent 56f4d223ab
commit 3b33fe83e6
7 changed files with 293 additions and 271 deletions

View File

@@ -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"` // 是否增加排序