NoticeAt constructor
NoticeAt({})
Implementation
NoticeAt({
this.oId = '',
this.dataType = 0,
this.userName = '',
this.avatarURL = '',
this.content = '',
this.hasRead = false,
this.createTime = '',
});