推广人不在门店上

This commit is contained in:
苏尹岚
2020-02-05 17:27:24 +08:00
parent e9f59f91bf
commit 9ca394e5c7

View File

@@ -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 {