mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
v1.0.2 release (^.^)YYa!!
This commit is contained in:
parent
4167996708
commit
f2f42fbafd
@ -21,7 +21,7 @@
|
||||
@Table("tb_account")
|
||||
public class Account {
|
||||
|
||||
@Id()
|
||||
@Id(keyType = KeyType.Auto)
|
||||
private Long id;
|
||||
private String userName;
|
||||
private Date birthday;
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
@Table("tb_account")
|
||||
public class Account {
|
||||
|
||||
@Id(keyTYpe = KeyType.Auto)
|
||||
@Id(keyType = KeyType.Auto)
|
||||
private Long id;
|
||||
private String userName;
|
||||
private Date birthday;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user