添加未读消息列列表

This commit is contained in:
sh
2025-11-06 11:02:04 +08:00
parent e8740b75a9
commit 8bbc66e7ff
6 changed files with 48 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ public class Notice extends BaseEntity
@ApiModelProperty("未读数量")
private Integer notReadCount;
@ApiModelProperty("是否阅读")
@ApiModelProperty("是否阅读 0未读 1已读")
private Integer isRead;
@JsonFormat(pattern = "MM-dd")