修复了自动化代码公用字典出现多次创建字典相关代码的bug
This commit is contained in:
蒋吉兆
2021-11-14 22:38:13 +08:00
parent cd41d3b5c7
commit 3a017741d2
4 changed files with 24 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ type AutoCodeStruct struct {
AutoCreateApiToSql bool `json:"autoCreateApiToSql"` // 是否自动创建api
AutoMoveFile bool `json:"autoMoveFile"` // 是否自动移动文件
Fields []*Field `json:"fields"`
DictTypes []string `json:"-"`
}
type Field struct {