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