81041
2019-01-15 24222aa218513fd969c77df5feb386c9fccd4161
gx_tieta/src/com/fgkj/dto/BattInf.java
@@ -96,6 +96,8 @@
   private float charge_curr_max;//充电电流阈值
   
   private String VideoOrImage ;//上传文件的格式
   private BattMap_information binfmation;//机房经纬度信息
   public BattInf() {
      super();
   }
@@ -606,6 +608,12 @@
   public void setReal_cap_group1(float real_cap_group1) {
      this.real_cap_group1 = real_cap_group1;
   }
   public BattMap_information getBinfmation() {
      return binfmation;
   }
   public void setBinfmation(BattMap_information binfmation) {
      this.binfmation = binfmation;
   }
   @Override
   public String toString() {
      return "BattInf [num=" + num + ", StationId=" + StationId + ", StationId_ex=" + StationId_ex + ", StationName="
@@ -633,7 +641,8 @@
            + ", DisCurrMax=" + DisCurrMax + ", SignalName=" + SignalName + ", StartNum=" + StartNum
            + ", Station_install=" + Station_install + ", Size=" + Size + ", page=" + page + ", obj=" + obj
            + ", station_phone=" + station_phone + ", install_user=" + install_user + ", binf_ex=" + binf_ex
            + ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
            + ", charge_curr_max=" + charge_curr_max + ", VideoOrImage=" + VideoOrImage + ", binfmation="
            + binfmation + "]";
   }