商品管理: 调整相关组件优化逻辑

This commit is contained in:
puhui999
2023-05-01 19:01:24 +08:00
parent 64f6f67ddd
commit 6478d295df
6 changed files with 195 additions and 78 deletions

View File

@ -144,5 +144,8 @@ export enum DICT_TYPE {
// ========== MP 模块 ==========
MP_AUTO_REPLY_REQUEST_MATCH = 'mp_auto_reply_request_match', // 自动回复请求匹配类型
MP_MESSAGE_TYPE = 'mp_message_type' // 消息类型
MP_MESSAGE_TYPE = 'mp_message_type', // 消息类型
// ========== MALL 模块 ==========
PRODUCT_UNIT = 'product_unit' // 商品单位
}