export default class UserType { // 男生 static readonly systemUser: string = '系统' static readonly personalUser: string = '普通' }