- 监控平台门店状态时,如果平台门店是自动接单的,改为非自动接单
This commit is contained in:
@@ -30,6 +30,8 @@ type StoreDetail struct {
|
||||
|
||||
DistrictName string `json:"districtName"`
|
||||
CityName string `json:"cityName"`
|
||||
|
||||
IsAutoOrder int8 `json:"isAutoOrder"` // 平台是否自动接单,-1:否,0:未知,1:是
|
||||
}
|
||||
|
||||
// 带快递门店信息的
|
||||
|
||||
@@ -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"` // 平台是否自动接单,-1:否,0:未知,1:是
|
||||
}
|
||||
|
||||
func (*VendorStoreSnapshot) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user