This commit is contained in:
苏尹岚
2021-02-24 15:20:50 +08:00
parent 04839ce472
commit aeeb13cd0b

View File

@@ -360,6 +360,7 @@ type Store struct {
SoundPercentage int `json:"soundPercentage"` //打印机声音大小比例 SoundPercentage int `json:"soundPercentage"` //打印机声音大小比例
Banner string `orm:"size(9999)" json:"banner"` //门店商城bannar图 Banner string `orm:"size(9999)" json:"banner"` //门店商城bannar图
BrandID int `orm:"column(brand_id)" json:"brandID"` //品牌ID BrandID int `orm:"column(brand_id)" json:"brandID"` //品牌ID
CreateDeliveryType int `json:"createDeliveryType"` //默认0系统发单1为门店发单
} }
func (*Store) TableUnique() [][]string { func (*Store) TableUnique() [][]string {