admin:huo123456@qq
2019-01-21 d42cb45f8fc0932e9a0766f98c445635a85b22d3
gx_tieta/src/com/fgkj/dto/Battinf_apply.java
@@ -16,6 +16,9 @@
    private int check_uid;
    private String check_uname;
    private BattInf binf;
    private double longitude;
    private double latitude;
    private String address;
   public int getNum() {
      return num;
   }
@@ -89,14 +92,34 @@
   public void setCheck_uname(String check_uname) {
      this.check_uname = check_uname;
   }
   public double getLongitude() {
      return longitude;
   }
   public void setLongitude(double longitude) {
      this.longitude = longitude;
   }
   public double getLatitude() {
      return latitude;
   }
   public void setLatitude(double latitude) {
      this.latitude = latitude;
   }
   public String getAddress() {
      return address;
   }
   public void setAddress(String address) {
      this.address = address;
   }
   @Override
   public String toString() {
      return "Battinf_apply [num=" + num + ", apply_uid=" + apply_uid + ", apply_name=" + apply_name
            + ", confrim_uid=" + confrim_uid + ", confirm_name=" + confirm_name + ", apply_date=" + apply_date
            + ", apply_en=" + apply_en + ", apply_note=" + apply_note + ", check_en=" + check_en + ", check_uid="
            + check_uid + ", check_uname=" + check_uname + ", binf=" + binf + "]";
            + check_uid + ", check_uname=" + check_uname + ", binf=" + binf + ", longitude=" + longitude
            + ", latitude=" + latitude + ", address=" + address + "]";
   }
   
   
    
}