打印机声音大小

This commit is contained in:
苏尹岚
2020-04-21 14:10:36 +08:00
parent 2a1863c144
commit 336b28eb73

View File

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