store字段修改
This commit is contained in:
@@ -329,7 +329,7 @@ type Store struct {
|
|||||||
OperatorRole2 string `orm:"size(32)" json:"operatorRole2"` // 非京东运营人组(角色)
|
OperatorRole2 string `orm:"size(32)" json:"operatorRole2"` // 非京东运营人组(角色)
|
||||||
PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告)
|
PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告)
|
||||||
|
|
||||||
PopularManPhone string `orm:"size(16)" json:"marketManPhone"` // 市场推广人电话
|
PopularManPhone string `orm:"size(16)" json:"popularManPhone"` // 市场推广人电话
|
||||||
DividePercentage int `json:"dividePercentage"` //分成比例(给市场推广的分成)
|
DividePercentage int `json:"dividePercentage"` //分成比例(给市场推广的分成)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user