- 监控平台门店状态时,如果平台门店是自动接单的,改为非自动接单

This commit is contained in:
gazebo
2019-09-20 16:30:57 +08:00
parent b030168e07
commit f60554f514
4 changed files with 21 additions and 0 deletions

View File

@@ -412,6 +412,7 @@ type VendorStoreSnapshot struct {
CloseTime2 int16 `json:"closeTime2"` // 格式同上
DeliveryType int8 `orm:"default(0)" json:"deliveryType"` // 配送类型
StoreName string `orm:"size(255)" json:"storeName"` // 平台门店的名字
IsAutoOrder int8 `json:"isAutoOrder"` // 平台是否自动接单,-10未知1
}
func (*VendorStoreSnapshot) TableUnique() [][]string {