// 字典定义

const DictionaryConstants = {
  GENDER: 'gender',
  ORDER_STATUS: 'order_status',
};

export default DictionaryConstants;