mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 06:07:58 +00:00
fix:#800
修复了自动化代码公用字典出现多次创建字典相关代码的bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user