门店触犯红线通知
This commit is contained in:
@@ -14,3 +14,8 @@ type StoreOrderStatus struct {
|
||||
StatusTime time.Time `orm:"column(status_time)"`
|
||||
Status int `orm:"column(status)"`
|
||||
}
|
||||
|
||||
type StoreOrder struct {
|
||||
StoreID int `orm:"column(store_id)"`
|
||||
VendorOrderID string `orm:"column(vendor_order_id)"`
|
||||
}
|
||||
Reference in New Issue
Block a user