Skip to content

Commit

Permalink
key--
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Sep 30, 2023
1 parent bc4b065 commit 225f6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

@X.Mapping("t_foo")//默认是foo
public class Foo {
@X.Key
@X.Key //不指定主键的情况下,不支持根据get(id),remove(id)
private Long id;
@X.Mapping("full_name") //默认是fullName
private String fullName;
Expand Down

0 comments on commit 225f6d3

Please sign in to comment.