export default class PayType { // 男生 static readonly shell: string = 'shell' static readonly vip: string = 'vip' }