diff --git a/src/main/java/BeanScope/UserDaoImple.java b/src/main/java/BeanScope/UserDaoImple.java index 4f861c5..ec71990 100644 --- a/src/main/java/BeanScope/UserDaoImple.java +++ b/src/main/java/BeanScope/UserDaoImple.java @@ -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() {