This commit is contained in:
苏尹岚
2021-01-05 16:56:19 +08:00
parent baef83d986
commit dd9306927d

View File

@@ -355,6 +355,7 @@ type Store struct {
IsBoughtMatter int `json:"isBoughtMatter"` //这周是否申请过物料
SoundPercentage int `json:"soundPercentage"` //打印机声音大小比例
Banner string `orm:"size(9999)" json:"banner"` //门店商城bannar图
BrandID int `orm:"column(brand_id)" json:"brandID"` //品牌ID
}
func (*Store) TableUnique() [][]string {