export default class ConditionType { // 系统 static readonly filter: string = '筛选' static readonly city: string = '城市' static readonly tag: string = '话题' }