- 添加订单列表
This commit is contained in:
8
admin-web/src/utils/dictionary.js
Normal file
8
admin-web/src/utils/dictionary.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// 字典定义
|
||||
|
||||
const DictionaryConstants = {
|
||||
GENDER: 'gender',
|
||||
ORDER_STATUS: 'order_status',
|
||||
};
|
||||
|
||||
export default DictionaryConstants;
|
||||
Reference in New Issue
Block a user