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:
@@ -46,8 +46,8 @@ public class NoticeReceive implements Serializable {
|
||||
/**
|
||||
* 已读
|
||||
*/
|
||||
@TableField("read")
|
||||
private Integer read;
|
||||
@TableField("already_read")
|
||||
private Integer alreadyRead;
|
||||
|
||||
@TableField("deleted")
|
||||
@TableLogic
|
||||
|
||||
Reference in New Issue
Block a user