NoticePoint constructor
NoticePoint({})
Implementation
NoticePoint({
this.oId = '',
this.dataId = '',
this.userId = '',
this.dataType = 0, // Assuming DataType.DEFAULT as default value
this.description = '',
this.hasRead = false,
this.createTime = '',
});