添加未读消息列列表
This commit is contained in:
@@ -30,7 +30,7 @@ public class Notice extends BaseEntity
|
||||
@ApiModelProperty("未读数量")
|
||||
private Integer notReadCount;
|
||||
|
||||
@ApiModelProperty("是否阅读")
|
||||
@ApiModelProperty("是否阅读 0未读 1已读")
|
||||
private Integer isRead;
|
||||
|
||||
@JsonFormat(pattern = "MM-dd")
|
||||
|
||||
Reference in New Issue
Block a user