修改小程序列表数据

This commit is contained in:
邹宗楠
2022-03-29 11:00:01 +08:00
parent ccae1e0a96
commit e01f3ea1f2
5 changed files with 1 additions and 19 deletions

View File

@@ -28,7 +28,6 @@ type AuthBind struct {
AuthSecret2 string `orm:"size(48)" json:"-"`
Remark string `orm:"size(255)" json:"remark"`
DetailData string `orm:"type(text)" json:"detailData"`
AppServer string `json:"appServer"`
}
func (*AuthBind) TableUnique() [][]string {