This commit is contained in:
777
2025-01-09 15:37:48 +08:00
parent 040df36cd6
commit cb0835b3bb
3 changed files with 100 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ public class User implements Serializable {
/**
*
*/
@TableId(value = "id")
@TableId(value = "id",type = IdType.AUTO)
private Long id;
/**
* 用户号/ID号