修改pc消息已读、未读接口

This commit is contained in:
sh
2025-11-06 12:28:19 +08:00
parent 8bbc66e7ff
commit e5ba8fe0e7
6 changed files with 45 additions and 12 deletions

View File

@@ -63,6 +63,9 @@ public class EmployeeConfirm extends BaseEntity {
@ApiModelProperty("工作id")
private Long jobId;
@ApiModelProperty("移动端用户id")
private Long userId;
/**
* 申请id
*/

View File

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