export default class SocialuniMessageType { // 官方 static readonly system: string = '官方' // 普通 static readonly simple: string = '普通' }