export default class SocialuniCoinPageType { static readonly income: string = '收入' static readonly expense: string = '消费' static readonly recharge: string = '充值' static readonly allCoinTypes: string [] = [SocialuniCoinPageType.income, SocialuniCoinPageType.expense, SocialuniCoinPageType.recharge] }