- 重构配送门店管理

This commit is contained in:
gazebo
2019-07-23 14:29:58 +08:00
parent 79d81fdd73
commit 22737c7681
13 changed files with 325 additions and 159 deletions

View File

@@ -227,6 +227,11 @@ var (
"NHQS": "农信银清算中心",
"CBBQS": "城市商业银行资金清算中心",
}
StoreAuditStatusName = map[int]string{
StoreAuditStatusCreated: "待审核",
StoreAuditStatusOnline: "上线",
StoreAuditStatusRejected: "拒绝",
}
)
type Store struct {