修复消息中心无未读标识

This commit is contained in:
2023-02-11 15:32:59 +08:00
parent a6a5563750
commit a78e1d5e7f

View File

@@ -46,4 +46,7 @@ public class MessageList extends BaseEntity {
@ApiModelProperty("发送人删除状态")
private Integer sDelStatus;
@ApiModelProperty("状态(阅读状态0未阅1已阅)")
private Integer state = 0;
}