@ -69,6 +69,16 @@ public class ResiWarmheartedApplyDTO implements Serializable {
*/
private String refuseReason;
/**
* 审核人员已读未读标识(未读:unread 界面显示红点; 已读:read 不显示红点)
private String readFlag;
* 消息通知内容
private String messageText;
* 热心居民申请行为记录表Id (resi_warmhearted_visit.id)
@ -68,6 +68,16 @@ public class ResiWarmheartedApplyEntity extends BaseEpmetEntity {
@ -52,6 +52,12 @@ public class ResiWarmheartedApplyExcel {
@Excel(name = "拒绝理由")
@Excel(name = "阅读标记")
@Excel(name = "消息通知内容")
@Excel(name = "热心居民申请行为记录表Id (resi_warmhearted_visit.id)")
private String resiWarmVisitId;