v1.0.2 release (^.^)YYa!!

This commit is contained in:
开源海哥 2023-03-17 15:38:44 +08:00
parent 4167996708
commit f2f42fbafd
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
@Table("tb_account") @Table("tb_account")
public class Account { public class Account {
@Id() @Id(keyType = KeyType.Auto)
private Long id; private Long id;
private String userName; private String userName;
private Date birthday; private Date birthday;

View File

@ -41,7 +41,7 @@
@Table("tb_account") @Table("tb_account")
public class Account { public class Account {
@Id(keyTYpe = KeyType.Auto) @Id(keyType = KeyType.Auto)
private Long id; private Long id;
private String userName; private String userName;
private Date birthday; private Date birthday;