|
|
|
|
@ -19,18 +19,20 @@ import lombok.Setter;
@@ -19,18 +19,20 @@ import lombok.Setter;
|
|
|
|
|
@Setter |
|
|
|
|
public abstract class UserDaoImple implements DbDao { |
|
|
|
|
// fist, This is the structure of the class
|
|
|
|
|
private Integer integer; |
|
|
|
|
|
|
|
|
|
// class id;
|
|
|
|
|
private String u_name; |
|
|
|
|
private Integer integer; |
|
|
|
|
// class String type, and the is U_name;
|
|
|
|
|
private String u_sex; |
|
|
|
|
private String u_name; |
|
|
|
|
// class String type, and the is U_sex;
|
|
|
|
|
private String u_author; |
|
|
|
|
private String u_sex; |
|
|
|
|
// class String type, and the is U_author;
|
|
|
|
|
private String u_address; |
|
|
|
|
private String u_author; |
|
|
|
|
// class String type, and the is U_address;
|
|
|
|
|
private String u_about_info; |
|
|
|
|
private String u_address; |
|
|
|
|
// class String type, and the is U_about_info;
|
|
|
|
|
private String u_about_info; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void findDbAll() { |
|
|
|
|
|