门店触犯红线通知

This commit is contained in:
Rosy-zhudan
2019-09-27 16:30:18 +08:00
parent a7b2dc3abd
commit 6f579e7f1b
3 changed files with 199 additions and 125 deletions

View File

@@ -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)"`
}