饿鲜达创建门店商品优化

This commit is contained in:
苏尹岚
2020-02-11 14:38:59 +08:00
parent 3cc6db8f0f
commit dec577d5fb
4 changed files with 11 additions and 5 deletions

View File

@@ -55,6 +55,10 @@ const (
AutoReplyDisabled = 2 // 禁止自动回复
)
const (
ExdStoreName = "饿鲜达"
)
var (
StoreStatusName = map[int]string{
StoreStatusDisabled: "禁用",