自动化代码结构体无需手动添加time包

This commit is contained in:
piexlmax
2022-06-30 11:57:24 +08:00
parent 0610419e38
commit 70ff8ead90
3 changed files with 14 additions and 1 deletions

View File

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