81041
2018-10-22 4dfc0379caa108688f89cbdc595152c97ed3a7a8
gx_tieta/src/com/fgkj/dto/BattMap_information.java
@@ -11,7 +11,7 @@
   private Double latitude;            // 纬度
   private String information;         //备注
   private Integer FBSDeviceId;        //设备id
   private Page page;
   public BattMap_information() {
      super();
      
@@ -97,15 +97,27 @@
   }
   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 + "]";
   }
    
   
}