store banner

This commit is contained in:
苏尹岚
2020-08-03 15:52:17 +08:00
parent 75993021ad
commit f014e1b1df

View File

@@ -351,7 +351,7 @@ type Store struct {
PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告)
IsBoughtMatter int `json:"isBoughtMatter"` //这周是否申请过物料
SoundPercentage int `json:"soundPercentage"` //打印机声音大小比例
Banner string `orm:"size(99999)" json:"banner"` //门店商城bannar图
Banner string `orm:"size(9999)" json:"banner"` //门店商城bannar图
}
func (*Store) TableUnique() [][]string {