修改pc消息已读、未读接口
This commit is contained in:
@@ -63,6 +63,9 @@ public class EmployeeConfirm extends BaseEntity {
|
||||
@ApiModelProperty("工作id")
|
||||
private Long jobId;
|
||||
|
||||
@ApiModelProperty("移动端用户id")
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 申请id
|
||||
*/
|
||||
|
||||
@@ -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("日期")
|
||||
|
||||
Reference in New Issue
Block a user