123
This commit is contained in:
@@ -26,7 +26,7 @@ public class User implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@TableId(value = "id",type = IdType.AUTO)
|
||||
@TableId(value = "id")
|
||||
private Long id;
|
||||
/**
|
||||
* 用户号/ID号
|
||||
|
||||
Reference in New Issue
Block a user