Commit fa8c786b authored by unset's avatar unset

添加通知信息

parent ab43b9b7
...@@ -44,7 +44,7 @@ public class NoticeInfo implements Serializable { ...@@ -44,7 +44,7 @@ public class NoticeInfo implements Serializable {
/** /**
* 是否已读:1、未读,2、已读 * 是否已读:1、未读,2、已读
*/ */
@Column(name = "read") @Column(name = "is_read")
@ApiModelProperty(value = "是否已读:1、未读,2、已读") @ApiModelProperty(value = "是否已读:1、未读,2、已读")
private Integer isRead; private Integer isRead;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment