Commit 01aa259b authored by hezhen's avatar hezhen

修改实体

parent b626698e
...@@ -28,5 +28,9 @@ public class AppUserLogin { ...@@ -28,5 +28,9 @@ public class AppUserLogin {
private Long updatetime; private Long updatetime;
private Integer isdel; private Integer isdel;
private Integer status; private Integer status;
@Column(name = "id_number")
private String idNumber;
@Column(name = "certification_status")
private Integer certificationStatus;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment