dictionary.js 229 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5
// 字典定义

const DictionaryConstants = {
  GENDER: 'gender',
  ORDER_STATUS: 'order_status',
sin's avatar
sin committed
6
  ORDER_CANCEL_REASONS: 'order_cancel_reasons',
sin's avatar
sin committed
7
  LOGISTICS_COMPANY: 'logistics_company',
sin's avatar
sin committed
8 9 10
};

export default DictionaryConstants;