取消订单增加日志

This commit is contained in:
苏尹岚
2020-04-03 16:58:37 +08:00
parent feec19a61f
commit 2596d7a526
3 changed files with 6 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ var (
"RegisterUser": "注册",
"AutoPayForPopluarMan": "每日订单打款",
"SyncStoresQualify": "上传门店营业资质",
"CancelOrder": "取消订单",
}
MultiStoresVendorMap = map[int]int{

View File

@@ -6,6 +6,7 @@ const (
ThingTypeSku = 3
ThingTypeStore = 4
ThingTypeUser = 5
ThingTypeOrder = 6
)
type ThingMap struct {