获取送达时间,如果是预订单门店只能取明后天

This commit is contained in:
苏尹岚
2020-02-24 16:25:36 +08:00
parent e9aeb8a5cd
commit 65353aa0ca
3 changed files with 11 additions and 1 deletions

View File

@@ -418,6 +418,8 @@ type StoreMap struct {
FakeOpenStart int16 `orm:"default(0)" json:"fakeOpenStart"` // 假开店开始
FakeOpenStop int16 `orm:"default(0)" json:"fakeOpenStop"` // 假开店结束
JdStoreLevel string `orm:"size(32)" json:"jdStoreLevel"` //京东门店等级
IsOrder int `orm:"default(0)" json:"isOrder"` //是否是下预订单门店
}
func (*StoreMap) TableUnique() [][]string {