- 重构配送门店管理
This commit is contained in:
@@ -227,6 +227,11 @@ var (
|
||||
"NHQS": "农信银清算中心",
|
||||
"CBBQS": "城市商业银行资金清算中心",
|
||||
}
|
||||
StoreAuditStatusName = map[int]string{
|
||||
StoreAuditStatusCreated: "待审核",
|
||||
StoreAuditStatusOnline: "上线",
|
||||
StoreAuditStatusRejected: "拒绝",
|
||||
}
|
||||
)
|
||||
|
||||
type Store struct {
|
||||
|
||||
Reference in New Issue
Block a user