新增store_courier_map表vendor_status字段,并更新为美团营业状态
This commit is contained in:
@@ -459,7 +459,7 @@ type StoreCourierMap struct {
|
||||
VendorStoreID string `orm:"column(vendor_store_id);size(48)" json:"vendorStoreID"`
|
||||
Status int `json:"status"`
|
||||
AuditStatus int `json:"auditStatus"`
|
||||
|
||||
VendorStatus int `json:"vendorStatus"`
|
||||
// 以下数据仅用于同步使用
|
||||
Lng int `json:"-"` // 乘了10的6次方
|
||||
Lat int `json:"-"` // 乘了10的6次方
|
||||
|
||||
Reference in New Issue
Block a user