feat: add package interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user