- mtwm callback

This commit is contained in:
gazebo
2018-11-28 20:02:21 +08:00
parent 32c90b1678
commit ffae5e8434
10 changed files with 154 additions and 12 deletions

View File

@@ -70,6 +70,13 @@ var (
OrderTypeOrder: "订单",
OrderTypeWaybill: "运单",
}
MultiStoresVendorMap = map[int]int{
VendorIDJD: 1,
VendorIDMTWM: 0,
VendorIDELM: 0,
VendorIDEBAI: 0,
}
)
const (