1
0
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:
2023-05-17 15:32:15 +08:00
parent 742211f134
commit e1bdb21756
17 changed files with 17 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ public class Role implements Serializable {
@TableField("deleted")
@TableLogic
private Integer deleted;
private Long deleted;
@TableField("version")
@Version