@ -87,4 +87,14 @@ public class ResiGroupOperationDTO implements Serializable {
* OPERATE_USER_ID操作人id
*/
private String operateUserId;
/**
* 审核人员已读未读标识 (未读:unread; 已读:read)
* */
private String readFlag;
* 消息通知内容
private String messageText;
}
@ -57,4 +57,14 @@ public class ResiGroupOperationEntity extends BaseEpmetEntity {