mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Changed the type of the deleted field to bigint
This commit is contained in:
@@ -86,7 +86,7 @@ public class Staff implements Serializable {
|
||||
|
||||
@TableField("deleted")
|
||||
@TableLogic
|
||||
private Integer deleted;
|
||||
private Long deleted;
|
||||
|
||||
@TableField("version")
|
||||
@Version
|
||||
|
||||
Reference in New Issue
Block a user