2
0

feat: add package interface

This commit is contained in:
caiyuchao
2024-12-19 17:47:57 +08:00
parent cfbdb84261
commit 76b53a7c8d
13 changed files with 361 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ public class BaseData implements Serializable {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
@TableId(value = "id", type = IdType.ASSIGN_ID)
private Long id;
@TableLogic