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

View File

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