修复消息中心无未读标识
This commit is contained in:
@@ -46,4 +46,7 @@ public class MessageList extends BaseEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("发送人删除状态")
|
@ApiModelProperty("发送人删除状态")
|
||||||
private Integer sDelStatus;
|
private Integer sDelStatus;
|
||||||
|
|
||||||
|
@ApiModelProperty("状态(阅读状态,0未阅,1已阅)")
|
||||||
|
private Integer state = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user