From 3c786ba1283d4f95da4829b67391fcb955510a55 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 15:49:03 +0800 Subject: [PATCH] =?UTF-8?q?store=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/store.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/model/store.go b/business/model/store.go index 30fb3db2d..11053b4b7 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -329,8 +329,8 @@ type Store struct { OperatorRole2 string `orm:"size(32)" json:"operatorRole2"` // 非京东运营人组(角色) PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告) - PopularManPhone string `orm:"size(16)" json:"marketManPhone"` // 市场推广人电话 - DividePercentage int `json:"dividePercentage"` //分成比例(给市场推广的分成) + PopularManPhone string `orm:"size(16)" json:"popularManPhone"` // 市场推广人电话 + DividePercentage int `json:"dividePercentage"` //分成比例(给市场推广的分成) } func (*Store) TableUnique() [][]string {