This commit is contained in:
苏尹岚
2021-01-14 09:20:29 +08:00
parent e488701115
commit d3d3fe0a7c
2 changed files with 9 additions and 12 deletions

View File

@@ -258,9 +258,9 @@ var (
StoreAuditStatusRejected: "拒绝",
}
StorePriceTypeName = map[int]string{
StoreChangePriceTypeDirect: "普通门店",
StoreChangePriceTypeBossDisabled: "普通门店禁止改价",
StoreChangePriceTypeManagedStore: "直营门店禁止改价",
StoreChangePriceTypeDirect: "普通门店",
// StoreChangePriceTypeBossDisabled: "普通门店禁止改价",
// StoreChangePriceTypeManagedStore: "直营门店禁止改价",
}
AutoReplyTypeName = map[int]string{
AutoReplyAll: "全部自动回复",