| | |
| | | private Double latitude; // 纬度
|
| | | private String information; //备注
|
| | | private Integer FBSDeviceId; //设备id
|
| | | |
| | | private Page page;
|
| | | public BattMap_information() {
|
| | | super();
|
| | |
|
| | |
| | | }
|
| | |
|
| | |
|
| | | public Page getPage() {
|
| | | return page;
|
| | | }
|
| | |
|
| | |
|
| | | public void setPage(Page page) {
|
| | | this.page = page;
|
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattMap_information [num=" + num + ", StationId=" + StationId
|
| | | + ", StationName=" + StationName + ", Address=" + Address
|
| | | + ", longitude=" + longitude + ", latitude=" + latitude
|
| | | + ", information=" + information + ", FBSDeviceId="
|
| | | + FBSDeviceId + "]";
|
| | | + FBSDeviceId + ", page=" + page + "]";
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | | }
|