- 添加订单列表

This commit is contained in:
sin
2019-03-24 16:55:52 +08:00
parent bb4d9721ab
commit 93b235fac6
9 changed files with 552 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
// 字典定义
const DictionaryConstants = {
GENDER: 'gender',
ORDER_STATUS: 'order_status',
};
export default DictionaryConstants;