D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-08 f6bfafc3a6cd50f11fbf498ecf21498bd9112ff4
gx_tieta/src/com/fgkj/dto/ram/Fbs9100_battparam.java
@@ -27,6 +27,8 @@
   private String StationName3;
   private String StationName5;
   private String StationId;
   private Object obj;
   public int getNum() {
      return num;
   }
@@ -165,22 +167,22 @@
   public void setStationId(String stationId) {
      StationId = stationId;
   }
   public Object getObj() {
      return obj;
   }
   public void setObj(Object obj) {
      this.obj = obj;
   }
   @Override
   public String toString() {
      return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip
            + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd + ", STD_CAP="
            + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount="
            + BattGroupCount + ", EachGroupBattCount=" + EachGroupBattCount
            + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
            + ", BattTemp=" + BattTemp + ", FloatChargeVol="
            + FloatChargeVol + ", FloatChargeCurr=" + FloatChargeCurr
            + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType="
            + GroupConnType + ", note=" + note + ", DeviceName="
            + DeviceName + ", StationName=" + StationName
            + ", StationName1=" + StationName1 + ", StationName2="
            + StationName2 + ", StationName3=" + StationName3
            + ", StationName5=" + StationName5 + ", StationId=" + StationId
            + "]";
      return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd
            + ", STD_CAP=" + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount=" + BattGroupCount
            + ", EachGroupBattCount=" + EachGroupBattCount + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
            + ", BattTemp=" + BattTemp + ", FloatChargeVol=" + FloatChargeVol + ", FloatChargeCurr="
            + FloatChargeCurr + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType=" + GroupConnType + ", note="
            + note + ", DeviceName=" + DeviceName + ", StationName=" + StationName + ", StationName1="
            + StationName1 + ", StationName2=" + StationName2 + ", StationName3=" + StationName3 + ", StationName5="
            + StationName5 + ", StationId=" + StationId + ", obj=" + obj + "]";
   }
   
}