This commit is contained in:
苏尹岚
2021-02-22 09:53:04 +08:00
parent dc420cdf3a
commit 933f9ab820

View File

@@ -776,6 +776,7 @@ type Brand struct {
Logo string `orm:"size(255)" json:"logo"` //品牌logo
BrandType int `json:"brandType"` //品牌类型
IsOpen int `json:"isOpen"` //主要三方配送用是否配送默认0表示打开1表示关
IsPrint int `json:"isPrint"` //是否打印小票中的标题默认0表示打1表示不打
}
func (*Brand) TableUnique() [][]string {