添加自动移动文件的boo;

This commit is contained in:
SliverHorn
2020-11-07 11:04:54 +08:00
parent b4bad21e35
commit 261e34a5c2
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type AutoCodeStruct struct {
Abbreviation string `json:"abbreviation"`
Description string `json:"description"`
AutoCreateApiToSql bool `json:"autoCreateApiToSql"`
AutoMoveFile bool `json:"autoMoveFile"`
Fields []Field `json:"fields"`
}