You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
@TableId(value = "test_id", type = IdType.AUTO)
private Long id;
@TableField(value = "nename")
private String neName;
@TableField(value = "soname")
private String soName;
按上面字段写个数据库数据
queryWrapper.select("*").eq("ne_name",nename);
其他字段数据都可以查出来,但是所有数据的id为null