From 9ca394e5c77d40fca6fc0c73c45990dd3c5e925a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 5 Feb 2020 17:27:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E4=BA=BA=E4=B8=8D=E5=9C=A8?= =?UTF-8?q?=E9=97=A8=E5=BA=97=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/store.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/model/store.go b/business/model/store.go index 11053b4b7..830923cb6 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -328,9 +328,6 @@ type Store struct { OperatorPhone2 string `orm:"size(16)" json:"operatorPhone2"` // 非京东运营人电话 OperatorRole2 string `orm:"size(32)" json:"operatorRole2"` // 非京东运营人组(角色) PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告) - - PopularManPhone string `orm:"size(16)" json:"popularManPhone"` // 市场推广人电话 - DividePercentage int `json:"dividePercentage"` //分成比例(给市场推广的分成) } func (*Store) TableUnique() [][]string {