aa
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
||||
StoreAuditStatusCreated = 1
|
||||
StoreAuditStatusOnline = 0
|
||||
StoreAuditStatusRejected = -1
|
||||
StoreAuditStatusUpdated = 2
|
||||
StoreAuditStatusAll = -9
|
||||
)
|
||||
|
||||
@@ -475,6 +476,7 @@ type StoreCourierMap struct {
|
||||
AuditStatus int `json:"auditStatus"`
|
||||
VendorStatus int `json:"vendorStatus"`
|
||||
VendorStoreName string `orm:"size(255)" json:"vendorStoreName"` //平台门店名,由京西到平台
|
||||
Comment string `orm:"size(255)" json:"comment"`
|
||||
|
||||
// 以下数据仅用于同步使用
|
||||
Lng int `json:"-"` // 乘了10的6次方
|
||||
|
||||
Reference in New Issue
Block a user