zhengyiming
9 天以前 809c0426970ffbb300086a5f1b7e470b9cc8f000
src/constants/task.ts
@@ -25,6 +25,11 @@
  [EnumUserGender.Female]: '女性',
};
export const EnumUserGenderTextForPerson = {
  [EnumUserGender.Male]: '男',
  [EnumUserGender.Female]: '女',
};
export const EnumBillingMethodText = {
  [EnumBillingMethod.Month]: '按月',
  [EnumBillingMethod.Day]: '按日',