// 字典定义
const DictionaryConstants = {
GENDER: 'gender',
ORDER_STATUS: 'order_status',
ORDER_CANCEL_REASONS: 'order_cancel_reasons',
LOGISTICS_COMPANY: 'logistics_company',
// order return
ORDER_RETURN_STATUS: 'order_return_status',
ORDER_RETURN_REASON: 'order_return_reason',
ORDER_RETURN_SERVICE_TYPE: 'order_return_service_type',
// sms
SMS_TYPE: 'sms_type',
SMS_PLATFORM: 'sms_platform',
SMS_APPLY_STATUS: 'sms_apply_status',
};
export default DictionaryConstants;
-
由 sin-ning@aliyun.com 提交于5c68383a