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