更新门店公告

This commit is contained in:
苏尹岚
2019-12-17 10:42:48 +08:00
parent 7d944f4ac6
commit 57fb6ac078
5 changed files with 11 additions and 1 deletions

View File

@@ -326,6 +326,7 @@ type Store struct {
OperatorPhone2 string `orm:"size(16)" json:"operatorPhone2"` // 非京东运营人电话
OperatorRole2 string `orm:"size(32)" json:"operatorRole2"` // 非京东运营人组(角色)
PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告)
}
func (*Store) TableUnique() [][]string {