NoticeSystem constructor
NoticeSystem({})
Implementation
NoticeSystem({
this.oId = '',
this.userId = '',
this.dataId = '',
this.dataType = 0,
this.description = '',
this.hasRead = false,
this.createTime = '',
});