This commit is contained in:
邹宗楠
2022-10-25 11:26:12 +08:00
parent d962b4ed37
commit f78ca1769e
2 changed files with 28 additions and 21 deletions

View File

@@ -325,7 +325,7 @@ type Store struct {
AutoReplyType int8 `json:"autoReplyType"` // 订单评价自动回复类型
LinkStoreID int `orm:"column(link_store_id);default(0);index" json:"linkStoreID"` // 关联门店ID
StoreLevel string `orm:"default(C);size(32)" json:"storeLevel"` // 门店等级(筛选用,京西的)
Comment string `orm:"size(255)" json:"comment"` //门店备注
Comment string `orm:"size(255)" json:"comment"` // 门店备注
PrinterDisabled int8 `orm:"default(0)" json:"printerDisabled"` // 是否禁用网络打印机
PrinterFontSize int8 `orm:"default(0)" json:"printerFontSize"` // 打印字体0(正常大小1份)1(大字体一份),2(正常字体两份),3(打字体两份)