From 933f9ab8207d2a763c3f590ba37e4be154f7d298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 22 Feb 2021 09:53:04 +0800 Subject: [PATCH] aa --- business/model/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/store.go b/business/model/store.go index 3aca3ccdd..a892ed681 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -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 {