调整自动化验证为gin自带binding tag

This commit is contained in:
piexlmax(奇淼
2024-01-08 16:44:41 +08:00
parent 6f531793f0
commit d9f6bc058a
5 changed files with 36 additions and 50 deletions

View File

@@ -25,7 +25,6 @@ type AutoCodeStruct struct {
DictTypes []string `json:"-"`
Package string `json:"package"`
PackageT string `json:"-"`
NeedValid bool `json:"-"`
NeedSort bool `json:"-"`
HasPic bool `json:"-"`
HasRichText bool `json:"-"`