客户建议发送内容修改

This commit is contained in:
苏尹岚
2020-05-21 14:15:07 +08:00
parent 9271052a9e
commit 185c2a4be7
4 changed files with 86 additions and 3 deletions

View File

@@ -423,6 +423,7 @@ type StoreMap struct {
SyncStatus int8 `orm:"default(2)" json:"syncStatus"`
IsSync int8 `orm:"default(1)" json:"isSync"` // 是否同步
SyncRule int8 `orm:"default(0)" json:"syncRule"` //目前用于京东商城晚上的同步规则0表示关闭1表示小同步2表示大同步
FakeOpenStart int16 `orm:"default(0)" json:"fakeOpenStart"` // 假开店开始
FakeOpenStop int16 `orm:"default(0)" json:"fakeOpenStop"` // 假开店结束
JdStoreLevel string `orm:"size(32)" json:"jdStoreLevel"` //京东门店等级