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