1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Rename t_notice_receive table field read to already_read

This commit is contained in:
2023-05-01 04:55:51 +08:00
parent 0a7750e06f
commit 9c6bda6d7c
2 changed files with 3 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ public class NoticeReceive implements Serializable {
/**
* 已读
*/
@TableField("read")
private Integer read;
@TableField("already_read")
private Integer alreadyRead;
@TableField("deleted")
@TableLogic