| | |
| | | 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;
|
| | | }
|
| | |
| | | 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 + "]";
|
| | | }
|
| | |
|
| | |
|
| | | |
| | |
|
| | | }
|