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