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