update app

This commit is contained in:
wangchuxiao 2022-05-10 19:28:36 +08:00
parent 6c0e96213f
commit 17759f9a98

View File

@ -280,7 +280,6 @@ type AppVersion struct {
ForceUpdate bool `gorm:"column:force_update" json:"force_update"`
FileName string `gorm:"column:file_name" json:"file_name"`
YamlName string `gorm:"column:yaml_name" json:"yaml_name"`
TestField string `gorm:"column:test_field" json:"test_field"`
}
func (AppVersion) TableName() string {