whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/dto/BattInf.java
@@ -1,13 +1,11 @@
package com.fgkj.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fgkj.dto.ram.Fbs9100_setparam;
import org.apache.ibatis.type.Alias;
import java.io.Serializable;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
/**
 * @author 星伟
@@ -15,102 +13,97 @@
@Alias("BattInf")
public class BattInf implements Serializable{
   private Integer num;
   private String StationId;
   private String StationName;
   private String StationName1;
   private String StationName2;
   private String StationName3;
   private String StationName4;
   private String StationName5;
   private String StationName6;
   private String StationName7;
   private String StationName8;
   private String StationName9;
   private String StationIp;
   private Integer FBSDeviceId;
   private String  FbsDeviceIp;
   private String  FbsDeviceIp_YM;
   private String  FbsDeviceIp_WG;
   private String  FbsDeviceIp_old;
   private String  FbsDeviceIp_YM_old;
   private String  FbsDeviceIp_WG_old;
   private String  FBSDeviceName;
   private Integer GroupIndexInFBSDevice;
   private String  BattModel;
   private Integer BattGroupId;
   private Integer BattGroupNum;
   private String BattGroupName;
   private String BattGroupName1;
   private String BattGroupName2;
   private String BattGroupName3;
   private String BattGroupName4;
   private String BattGroupName5;
   private String BattGroupName6;
   private Float  FloatVolLevel;
   private Float  OfflineVolLevel;
   private Float  BattFloatCurrent;
   private String DeviceId;
   private String DeviceName;
   private Integer MonCount;
   private Float  MonCapStd;   //标存容量
   private Float  MonResStd;
   private Float MonSerStd;
   private Float  MonTmpStd;
   private Float  MonVolStd;    //标存电压
   private Float  MonVolLowToAvg;
   private Integer MonNum;
   private String BattProducer;
   private String stationId;
   private String stationName;
   private String stationName1;
   private String stationName2;
   private String stationName3;
   private String stationName4;
   private String stationName5;
   private String stationName6;
   private String stationName7;
   private String stationName8;
   private String stationName9;
   private String stationIp;
   private Integer fbsDeviceId;
   private String  fbsDeviceIp;
   private String  fbsDeviceIp_YM;
   private String  fbsDeviceIp_WG;
   private String  fbsDeviceIp_old;
   private String  fbsDeviceIp_YM_old;
   private String  fbsDeviceIp_WG_old;
   private String  fbsDeviceName;
   private Integer groupIndexInFBSDevice;
   private String  battModel;
   private Integer battGroupId;
   private Integer battGroupNum;
   private String battGroupName;
   private String battGroupName1;
   private String battGroupName2;
   private String battGroupName3;
   private String battGroupName4;
   private String battGroupName5;
   private String battGroupName6;
   private Float  floatVolLevel;
   private Float  offlineVolLevel;
   private Float  battFloatCurrent;
   private String deviceId;
   private String deviceName;
   private Integer monCount;
   private Float  monCapStd;   //标存容量
   private Float  monResStd;
   private Float monSerStd;
   private Float  monTmpStd;
   private Float  monVolStd;    //标存电压
   private Float  monVolLowToAvg;
   private Integer monNum;
   private String battProducer;
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
   private Date   BattProductDate;
   private Date   battProductDate;
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
   private Date   BattProductDate1;//生产日期段
   private Date   battProductDate1;//生产日期段
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
   private Date   BattInUseDate;
   private Date   battInUseDate;
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
   private Date   BattInUseDate1;     //使用日期段
   private Integer BattGuarantDayCount;//保修年限
   private String SignalId;
   private Integer CInterFaceId;
   private Float Load_curr;// 负载电流
   private Float DisCurrMax;//最大核容电流
   private String SignalName;
   private Integer StartNum;
   private Integer Size;
   private Date   battInUseDate1;     //使用日期段
   private Integer battGuarantDayCount;//保修年限
   private String signalId;
   private Integer cInterFaceId;
   private Float load_curr;// 负载电流
   private Float disCurrMax;//最大核容电流
   private String signalName;
   private Integer startNum;
   private Integer size;
   private String station_phone;   
   
    private String install_user;     //安装人
   
   private Integer Station_install;   //机房设备是否安装
   private String StationId_ex;
   private String VideoOrImage ;//上传文件的格式
   private Integer station_install;   //机房设备是否安装
   private String stationId_ex;
   private String videoOrImage ;//上传文件的格式
   private BattMap_information binfmation;//机房经纬度信息
   private Fbs9100_setparam fparam;
   
   //紫晶专属
   private Float  Vol_grade;//电压等级(kV)
   private String Manufacturers;//身产厂家
   private String Assetequipment;//是否资产级设备
   private String Deviceclasspath;//设备分类全路径
   private String Deviceoperationdepartment;//设备运维部门
   private String PropertyRightUnit;//产权单位
   private String PropertyAttribute;//产权属性
   private String FactoryNumber;//出厂编号
   private String OperationTeam;//运维(保管)班组
   private String DeviceIdentityCode;//设备身份编码
   private String ProjectType;//项目类型
   private String BatteryApplicationType;//蓄电池应用类型
   private Float  SingleRatedVoltage;//单电压额定电压
   private String RemoteMonitor;//是否实现远程监控
   private String BatttIndependentPlaced;//是否独立蓄电池室放置
   private Float JunChargeVoltageValue;//均充电压设定值
   public BattInf() {
      super();
      // TODO Auto-generated constructor stub
   }
   private Float  vol_grade;//电压等级(kV)
   private String manufacturers;//身产厂家
   private String assetequipment;//是否资产级设备
   private String deviceclasspath;//设备分类全路径
   private String deviceoperationdepartment;//设备运维部门
   private String propertyRightUnit;//产权单位
   private String propertyAttribute;//产权属性
   private String factoryNumber;//出厂编号
   private String operationTeam;//运维(保管)班组
   private String deviceIdentityCode;//设备身份编码
   private String projectType;//项目类型
   private String batteryApplicationType;//蓄电池应用类型
   private Float  singleRatedVoltage;//单电压额定电压
   private String remoteMonitor;//是否实现远程监控
   private String batttIndependentPlaced;//是否独立蓄电池室放置
   private Float junChargeVoltageValue;//均充电压设定值
   public Integer getNum() {
      return num;
   }
@@ -119,416 +112,460 @@
      this.num = num;
   }
   public String getStationId() {
      return StationId;
      return stationId;
   }
   public void setStationId(String stationId) {
      StationId = stationId;
      this.stationId = stationId;
   }
   public String getStationName() {
      return StationName;
      return stationName;
   }
   public void setStationName(String stationName) {
      StationName = stationName;
      this.stationName = stationName;
   }
   public String getStationName1() {
      return StationName1;
      return stationName1;
   }
   public void setStationName1(String stationName1) {
      StationName1 = stationName1;
      this.stationName1 = stationName1;
   }
   public String getStationName2() {
      return StationName2;
      return stationName2;
   }
   public void setStationName2(String stationName2) {
      StationName2 = stationName2;
      this.stationName2 = stationName2;
   }
   public String getStationName3() {
      return StationName3;
      return stationName3;
   }
   public void setStationName3(String stationName3) {
      StationName3 = stationName3;
      this.stationName3 = stationName3;
   }
   public String getStationName4() {
      return StationName4;
      return stationName4;
   }
   public void setStationName4(String stationName4) {
      StationName4 = stationName4;
      this.stationName4 = stationName4;
   }
   public String getStationName5() {
      return StationName5;
      return stationName5;
   }
   public void setStationName5(String stationName5) {
      StationName5 = stationName5;
      this.stationName5 = stationName5;
   }
   public String getStationName6() {
      return StationName6;
      return stationName6;
   }
   public void setStationName6(String stationName6) {
      StationName6 = stationName6;
      this.stationName6 = stationName6;
   }
   public String getStationName7() {
      return StationName7;
      return stationName7;
   }
   public void setStationName7(String stationName7) {
      StationName7 = stationName7;
      this.stationName7 = stationName7;
   }
   public String getStationName8() {
      return StationName8;
      return stationName8;
   }
   public void setStationName8(String stationName8) {
      StationName8 = stationName8;
      this.stationName8 = stationName8;
   }
   public String getStationName9() {
      return StationName9;
      return stationName9;
   }
   public void setStationName9(String stationName9) {
      StationName9 = stationName9;
      this.stationName9 = stationName9;
   }
   public String getStationIp() {
      return StationIp;
      return stationIp;
   }
   public void setStationIp(String stationIp) {
      StationIp = stationIp;
      this.stationIp = stationIp;
   }
   public Integer getFBSDeviceId() {
      return FBSDeviceId;
   public Integer getFbsDeviceId() {
      return fbsDeviceId;
   }
   public void setFBSDeviceId(Integer fBSDeviceId) {
      FBSDeviceId = fBSDeviceId;
   public void setFbsDeviceId(Integer fbsDeviceId) {
      this.fbsDeviceId = fbsDeviceId;
   }
   public String getFbsDeviceName() {
      return fbsDeviceName;
   }
   public void setFbsDeviceName(String fbsDeviceName) {
      this.fbsDeviceName = fbsDeviceName;
   }
   public String getFbsDeviceIp() {
      return FbsDeviceIp;
      return fbsDeviceIp;
   }
   public void setFbsDeviceIp(String fbsDeviceIp) {
      FbsDeviceIp = fbsDeviceIp;
      this.fbsDeviceIp = fbsDeviceIp;
   }
   public String getFbsDeviceIp_YM() {
      return FbsDeviceIp_YM;
      return fbsDeviceIp_YM;
   }
   public void setFbsDeviceIp_YM(String fbsDeviceIp_YM) {
      FbsDeviceIp_YM = fbsDeviceIp_YM;
      this.fbsDeviceIp_YM = fbsDeviceIp_YM;
   }
   public String getFbsDeviceIp_WG() {
      return FbsDeviceIp_WG;
      return fbsDeviceIp_WG;
   }
   public void setFbsDeviceIp_WG(String fbsDeviceIp_WG) {
      FbsDeviceIp_WG = fbsDeviceIp_WG;
      this.fbsDeviceIp_WG = fbsDeviceIp_WG;
   }
   public String getFbsDeviceIp_old() {
      return FbsDeviceIp_old;
      return fbsDeviceIp_old;
   }
   public void setFbsDeviceIp_old(String fbsDeviceIp_old) {
      FbsDeviceIp_old = fbsDeviceIp_old;
      this.fbsDeviceIp_old = fbsDeviceIp_old;
   }
   public String getFbsDeviceIp_YM_old() {
      return FbsDeviceIp_YM_old;
      return fbsDeviceIp_YM_old;
   }
   public void setFbsDeviceIp_YM_old(String fbsDeviceIp_YM_old) {
      FbsDeviceIp_YM_old = fbsDeviceIp_YM_old;
      this.fbsDeviceIp_YM_old = fbsDeviceIp_YM_old;
   }
   public String getFbsDeviceIp_WG_old() {
      return FbsDeviceIp_WG_old;
      return fbsDeviceIp_WG_old;
   }
   public void setFbsDeviceIp_WG_old(String fbsDeviceIp_WG_old) {
      FbsDeviceIp_WG_old = fbsDeviceIp_WG_old;
      this.fbsDeviceIp_WG_old = fbsDeviceIp_WG_old;
   }
   public String getFBSDeviceName() {
      return FBSDeviceName;
   }
   public void setFBSDeviceName(String fBSDeviceName) {
      FBSDeviceName = fBSDeviceName;
   }
   public Integer getGroupIndexInFBSDevice() {
      return GroupIndexInFBSDevice;
      return groupIndexInFBSDevice;
   }
   public void setGroupIndexInFBSDevice(Integer groupIndexInFBSDevice) {
      GroupIndexInFBSDevice = groupIndexInFBSDevice;
      this.groupIndexInFBSDevice = groupIndexInFBSDevice;
   }
   public String getBattModel() {
      return BattModel;
      return battModel;
   }
   public void setBattModel(String battModel) {
      BattModel = battModel;
      this.battModel = battModel;
   }
   public Integer getBattGroupId() {
      return BattGroupId;
      return battGroupId;
   }
   public void setBattGroupId(Integer battGroupId) {
      BattGroupId = battGroupId;
      this.battGroupId = battGroupId;
   }
   public Integer getBattGroupNum() {
      return BattGroupNum;
      return battGroupNum;
   }
   public void setBattGroupNum(Integer battGroupNum) {
      BattGroupNum = battGroupNum;
      this.battGroupNum = battGroupNum;
   }
   public String getBattGroupName() {
      return BattGroupName;
      return battGroupName;
   }
   public void setBattGroupName(String battGroupName) {
      BattGroupName = battGroupName;
      this.battGroupName = battGroupName;
   }
   public String getBattGroupName1() {
      return BattGroupName1;
      return battGroupName1;
   }
   public void setBattGroupName1(String battGroupName1) {
      BattGroupName1 = battGroupName1;
      this.battGroupName1 = battGroupName1;
   }
   public String getBattGroupName2() {
      return BattGroupName2;
      return battGroupName2;
   }
   public void setBattGroupName2(String battGroupName2) {
      BattGroupName2 = battGroupName2;
      this.battGroupName2 = battGroupName2;
   }
   public String getBattGroupName3() {
      return BattGroupName3;
      return battGroupName3;
   }
   public void setBattGroupName3(String battGroupName3) {
      BattGroupName3 = battGroupName3;
      this.battGroupName3 = battGroupName3;
   }
   public String getBattGroupName4() {
      return BattGroupName4;
      return battGroupName4;
   }
   public void setBattGroupName4(String battGroupName4) {
      BattGroupName4 = battGroupName4;
      this.battGroupName4 = battGroupName4;
   }
   public String getBattGroupName5() {
      return BattGroupName5;
      return battGroupName5;
   }
   public void setBattGroupName5(String battGroupName5) {
      BattGroupName5 = battGroupName5;
      this.battGroupName5 = battGroupName5;
   }
   public String getBattGroupName6() {
      return BattGroupName6;
      return battGroupName6;
   }
   public void setBattGroupName6(String battGroupName6) {
      BattGroupName6 = battGroupName6;
      this.battGroupName6 = battGroupName6;
   }
   public Float getFloatVolLevel() {
      return FloatVolLevel;
      return floatVolLevel;
   }
   public void setFloatVolLevel(Float floatVolLevel) {
      FloatVolLevel = floatVolLevel;
      this.floatVolLevel = floatVolLevel;
   }
   public Float getOfflineVolLevel() {
      return OfflineVolLevel;
      return offlineVolLevel;
   }
   public void setOfflineVolLevel(Float offlineVolLevel) {
      OfflineVolLevel = offlineVolLevel;
      this.offlineVolLevel = offlineVolLevel;
   }
   public Float getBattFloatCurrent() {
      return BattFloatCurrent;
      return battFloatCurrent;
   }
   public void setBattFloatCurrent(Float battFloatCurrent) {
      BattFloatCurrent = battFloatCurrent;
      this.battFloatCurrent = battFloatCurrent;
   }
   public String getDeviceId() {
      return DeviceId;
      return deviceId;
   }
   public void setDeviceId(String deviceId) {
      DeviceId = deviceId;
      this.deviceId = deviceId;
   }
   public String getDeviceName() {
      return DeviceName;
      return deviceName;
   }
   public void setDeviceName(String deviceName) {
      DeviceName = deviceName;
      this.deviceName = deviceName;
   }
   public Integer getMonCount() {
      return MonCount;
      return monCount;
   }
   public void setMonCount(Integer monCount) {
      MonCount = monCount;
      this.monCount = monCount;
   }
   public Float getMonCapStd() {
      return MonCapStd;
      return monCapStd;
   }
   public void setMonCapStd(Float monCapStd) {
      MonCapStd = monCapStd;
      this.monCapStd = monCapStd;
   }
   public Float getMonResStd() {
      return MonResStd;
      return monResStd;
   }
   public void setMonResStd(Float monResStd) {
      MonResStd = monResStd;
      this.monResStd = monResStd;
   }
   public Float getMonSerStd() {
      return MonSerStd;
      return monSerStd;
   }
   public void setMonSerStd(Float monSerStd) {
      MonSerStd = monSerStd;
      this.monSerStd = monSerStd;
   }
   public Float getMonTmpStd() {
      return MonTmpStd;
      return monTmpStd;
   }
   public void setMonTmpStd(Float monTmpStd) {
      MonTmpStd = monTmpStd;
      this.monTmpStd = monTmpStd;
   }
   public Float getMonVolStd() {
      return MonVolStd;
      return monVolStd;
   }
   public void setMonVolStd(Float monVolStd) {
      MonVolStd = monVolStd;
      this.monVolStd = monVolStd;
   }
   public Float getMonVolLowToAvg() {
      return MonVolLowToAvg;
      return monVolLowToAvg;
   }
   public void setMonVolLowToAvg(Float monVolLowToAvg) {
      MonVolLowToAvg = monVolLowToAvg;
      this.monVolLowToAvg = monVolLowToAvg;
   }
   public Integer getMonNum() {
      return MonNum;
      return monNum;
   }
   public void setMonNum(Integer monNum) {
      MonNum = monNum;
      this.monNum = monNum;
   }
   public String getBattProducer() {
      return BattProducer;
      return battProducer;
   }
   public void setBattProducer(String battProducer) {
      BattProducer = battProducer;
      this.battProducer = battProducer;
   }
   public Date getBattProductDate() {
      return BattProductDate;
      return battProductDate;
   }
   public void setBattProductDate(Date battProductDate) {
      BattProductDate = battProductDate;
      this.battProductDate = battProductDate;
   }
   public void setBattProductDate(String battProductDate) {
      SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd");
      try {
         BattProductDate=sdf.parse(battProductDate);
      } catch (ParseException e) {
         e.printStackTrace();
      }
   }
   public Date getBattProductDate1() {
      return BattProductDate1;
      return battProductDate1;
   }
   public void setBattProductDate1(Date battProductDate1) {
      BattProductDate1 = battProductDate1;
   }
   public void setBattProductDate1(String battProductDate1) {
      SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd");
      try {
         BattProductDate1=sdf.parse(battProductDate1);
      } catch (ParseException e) {
         e.printStackTrace();
      }
   }
   public Date getBattInUseDate1() {
      return BattInUseDate1;
   }
   public void setBattInUseDate1(Date battInUseDate1) {
      BattInUseDate1 = battInUseDate1;
   }
   public void setBattInUseDate1(String battInUseDate1) {
      SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd");
      try {
         BattInUseDate1=sdf.parse(battInUseDate1);
      } catch (ParseException e) {
         e.printStackTrace();
      }
      this.battProductDate1 = battProductDate1;
   }
   public Date getBattInUseDate() {
      return BattInUseDate;
      return battInUseDate;
   }
   public void setBattInUseDate(Date battInUseDate) {
      BattInUseDate = battInUseDate;
   }
   public void setBattInUseDate(String battInUseDate) {
      SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd");
      try {
         BattInUseDate=sdf.parse(battInUseDate);
      } catch (ParseException e) {
         e.printStackTrace();
      }
   }
   public String getSignalId() {
      return SignalId;
   }
   public void setSignalId(String signalId) {
      SignalId = signalId;
   }
   public Integer getCInterFaceId() {
      return CInterFaceId;
   }
   public void setCInterFaceId(Integer cInterFaceId) {
      CInterFaceId = cInterFaceId;
   }
   public String getSignalName() {
      return SignalName;
   }
   public void setSignalName(String signalName) {
      SignalName = signalName;
   }
   public Float getLoad_curr() {
      return Load_curr;
      this.battInUseDate = battInUseDate;
   }
   public void setLoad_curr(Float load_curr) {
      Load_curr = load_curr;
   public Date getBattInUseDate1() {
      return battInUseDate1;
   }
   public Integer getStartNum() {
      return StartNum;
   public void setBattInUseDate1(Date battInUseDate1) {
      this.battInUseDate1 = battInUseDate1;
   }
   public void setStartNum(Integer startNum) {
      StartNum = startNum;
   }
   public Integer getSize() {
      return Size;
   }
   public void setSize(Integer size) {
      Size = size;
   }
   public Integer getBattGuarantDayCount() {
      return BattGuarantDayCount;
      return battGuarantDayCount;
   }
   public void setBattGuarantDayCount(Integer battGuarantDayCount) {
      BattGuarantDayCount = battGuarantDayCount;
      this.battGuarantDayCount = battGuarantDayCount;
   }
   public String getSignalId() {
      return signalId;
   }
   public void setSignalId(String signalId) {
      this.signalId = signalId;
   }
   public Integer getcInterFaceId() {
      return cInterFaceId;
   }
   public void setcInterFaceId(Integer cInterFaceId) {
      this.cInterFaceId = cInterFaceId;
   }
   public Float getLoad_curr() {
      return load_curr;
   }
   public void setLoad_curr(Float load_curr) {
      this.load_curr = load_curr;
   }
   public Float getDisCurrMax() {
      return DisCurrMax;
      return disCurrMax;
   }
   public void setDisCurrMax(Float disCurrMax) {
      DisCurrMax = disCurrMax;
      this.disCurrMax = disCurrMax;
   }
   public String getSignalName() {
      return signalName;
   }
   public void setSignalName(String signalName) {
      this.signalName = signalName;
   }
   public Integer getStartNum() {
      return startNum;
   }
   public void setStartNum(Integer startNum) {
      this.startNum = startNum;
   }
   public Integer getSize() {
      return size;
   }
   public void setSize(Integer size) {
      this.size = size;
   }
   public String getStation_phone() {
@@ -539,7 +576,6 @@
      this.station_phone = station_phone;
   }
   public String getInstall_user() {
      return install_user;
   }
@@ -549,147 +585,35 @@
   }
   public Integer getStation_install() {
      return Station_install;
      return station_install;
   }
   public void setStation_install(Integer station_install) {
      Station_install = station_install;
      this.station_install = station_install;
   }
   public String getStationId_ex() {
      return StationId_ex;
      return stationId_ex;
   }
   public void setStationId_ex(String stationId_ex) {
      StationId_ex = stationId_ex;
      this.stationId_ex = stationId_ex;
   }
   public Float getVol_grade() {
      return Vol_grade;
   public String getVideoOrImage() {
      return videoOrImage;
   }
   public void setVol_grade(Float vol_grade) {
      Vol_grade = vol_grade;
   public void setVideoOrImage(String videoOrImage) {
      this.videoOrImage = videoOrImage;
   }
   public String getManufacturers() {
      return Manufacturers;
   public BattMap_information getBinfmation() {
      return binfmation;
   }
   public void setManufacturers(String manufacturers) {
      Manufacturers = manufacturers;
   }
   public String getAssetequipment() {
      return Assetequipment;
   }
   public void setAssetequipment(String assetequipment) {
      Assetequipment = assetequipment;
   }
   public String getDeviceclasspath() {
      return Deviceclasspath;
   }
   public void setDeviceclasspath(String deviceclasspath) {
      Deviceclasspath = deviceclasspath;
   }
   public String getDeviceoperationdepartment() {
      return Deviceoperationdepartment;
   }
   public void setDeviceoperationdepartment(String deviceoperationdepartment) {
      Deviceoperationdepartment = deviceoperationdepartment;
   }
   public String getPropertyRightUnit() {
      return PropertyRightUnit;
   }
   public void setPropertyRightUnit(String propertyRightUnit) {
      PropertyRightUnit = propertyRightUnit;
   }
   public String getPropertyAttribute() {
      return PropertyAttribute;
   }
   public void setPropertyAttribute(String propertyAttribute) {
      PropertyAttribute = propertyAttribute;
   }
   public String getFactoryNumber() {
      return FactoryNumber;
   }
   public void setFactoryNumber(String factoryNumber) {
      FactoryNumber = factoryNumber;
   }
   public String getOperationTeam() {
      return OperationTeam;
   }
   public void setOperationTeam(String operationTeam) {
      OperationTeam = operationTeam;
   }
   public String getDeviceIdentityCode() {
      return DeviceIdentityCode;
   }
   public void setDeviceIdentityCode(String deviceIdentityCode) {
      DeviceIdentityCode = deviceIdentityCode;
   }
   public String getProjectType() {
      return ProjectType;
   }
   public void setProjectType(String projectType) {
      ProjectType = projectType;
   }
   public String getBatteryApplicationType() {
      return BatteryApplicationType;
   }
   public void setBatteryApplicationType(String batteryApplicationType) {
      BatteryApplicationType = batteryApplicationType;
   }
   public Float getSingleRatedVoltage() {
      return SingleRatedVoltage;
   }
   public void setSingleRatedVoltage(Float singleRatedVoltage) {
      SingleRatedVoltage = singleRatedVoltage;
   }
   public String getRemoteMonitor() {
      return RemoteMonitor;
   }
   public void setRemoteMonitor(String remoteMonitor) {
      RemoteMonitor = remoteMonitor;
   }
   public String getBatttIndependentPlaced() {
      return BatttIndependentPlaced;
   }
   public void setBatttIndependentPlaced(String batttIndependentPlaced) {
      BatttIndependentPlaced = batttIndependentPlaced;
   }
   public Float getJunChargeVoltageValue() {
      return JunChargeVoltageValue;
   }
   public void setJunChargeVoltageValue(Float junChargeVoltageValue) {
      JunChargeVoltageValue = junChargeVoltageValue;
   public void setBinfmation(BattMap_information binfmation) {
      this.binfmation = binfmation;
   }
   public Fbs9100_setparam getFparam() {
@@ -700,88 +624,216 @@
      this.fparam = fparam;
   }
   public String getVideoOrImage() {
      return VideoOrImage;
   public Float getVol_grade() {
      return vol_grade;
   }
   public void setVideoOrImage(String videoOrImage) {
      VideoOrImage = videoOrImage;
   }
   public BattMap_information getBinfmation() {
      return binfmation;
   public void setVol_grade(Float vol_grade) {
      this.vol_grade = vol_grade;
   }
   public void setBinfmation(BattMap_information binfmation) {
      this.binfmation = binfmation;
   public String getManufacturers() {
      return manufacturers;
   }
   public void setManufacturers(String manufacturers) {
      this.manufacturers = manufacturers;
   }
   public String getAssetequipment() {
      return assetequipment;
   }
   public void setAssetequipment(String assetequipment) {
      this.assetequipment = assetequipment;
   }
   public String getDeviceclasspath() {
      return deviceclasspath;
   }
   public void setDeviceclasspath(String deviceclasspath) {
      this.deviceclasspath = deviceclasspath;
   }
   public String getDeviceoperationdepartment() {
      return deviceoperationdepartment;
   }
   public void setDeviceoperationdepartment(String deviceoperationdepartment) {
      this.deviceoperationdepartment = deviceoperationdepartment;
   }
   public String getPropertyRightUnit() {
      return propertyRightUnit;
   }
   public void setPropertyRightUnit(String propertyRightUnit) {
      this.propertyRightUnit = propertyRightUnit;
   }
   public String getPropertyAttribute() {
      return propertyAttribute;
   }
   public void setPropertyAttribute(String propertyAttribute) {
      this.propertyAttribute = propertyAttribute;
   }
   public String getFactoryNumber() {
      return factoryNumber;
   }
   public void setFactoryNumber(String factoryNumber) {
      this.factoryNumber = factoryNumber;
   }
   public String getOperationTeam() {
      return operationTeam;
   }
   public void setOperationTeam(String operationTeam) {
      this.operationTeam = operationTeam;
   }
   public String getDeviceIdentityCode() {
      return deviceIdentityCode;
   }
   public void setDeviceIdentityCode(String deviceIdentityCode) {
      this.deviceIdentityCode = deviceIdentityCode;
   }
   public String getProjectType() {
      return projectType;
   }
   public void setProjectType(String projectType) {
      this.projectType = projectType;
   }
   public String getBatteryApplicationType() {
      return batteryApplicationType;
   }
   public void setBatteryApplicationType(String batteryApplicationType) {
      this.batteryApplicationType = batteryApplicationType;
   }
   public Float getSingleRatedVoltage() {
      return singleRatedVoltage;
   }
   public void setSingleRatedVoltage(Float singleRatedVoltage) {
      this.singleRatedVoltage = singleRatedVoltage;
   }
   public String getRemoteMonitor() {
      return remoteMonitor;
   }
   public void setRemoteMonitor(String remoteMonitor) {
      this.remoteMonitor = remoteMonitor;
   }
   public String getBatttIndependentPlaced() {
      return batttIndependentPlaced;
   }
   public void setBatttIndependentPlaced(String batttIndependentPlaced) {
      this.batttIndependentPlaced = batttIndependentPlaced;
   }
   public Float getJunChargeVoltageValue() {
      return junChargeVoltageValue;
   }
   public void setJunChargeVoltageValue(Float junChargeVoltageValue) {
      this.junChargeVoltageValue = junChargeVoltageValue;
   }
   @Override
   public String toString() {
      return "BattInf [num=" + num + ", StationId=" + StationId
            + ", StationName=" + StationName + ", StationName1="
            + StationName1 + ", StationName2=" + StationName2
            + ", StationName3=" + StationName3 + ", StationName4="
            + StationName4 + ", StationName5=" + StationName5
            + ", StationName6=" + StationName6 + ", StationName7="
            + StationName7 + ", StationName8=" + StationName8
            + ", StationName9=" + StationName9 + ", StationIp=" + StationIp
            + ", FBSDeviceId=" + FBSDeviceId + ", FbsDeviceIp="
            + FbsDeviceIp + ", FbsDeviceIp_YM=" + FbsDeviceIp_YM
            + ", FbsDeviceIp_WG=" + FbsDeviceIp_WG + ", FbsDeviceIp_old="
            + FbsDeviceIp_old + ", FbsDeviceIp_YM_old="
            + FbsDeviceIp_YM_old + ", FbsDeviceIp_WG_old="
            + FbsDeviceIp_WG_old + ", FBSDeviceName=" + FBSDeviceName
            + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
            + ", BattModel=" + BattModel + ", BattGroupId=" + BattGroupId
            + ", BattGroupNum=" + BattGroupNum + ", BattGroupName="
            + BattGroupName + ", BattGroupName1=" + BattGroupName1
            + ", BattGroupName2=" + BattGroupName2 + ", BattGroupName3="
            + BattGroupName3 + ", BattGroupName4=" + BattGroupName4
            + ", BattGroupName5=" + BattGroupName5 + ", BattGroupName6="
            + BattGroupName6 + ", FloatVolLevel=" + FloatVolLevel
            + ", OfflineVolLevel=" + OfflineVolLevel
            + ", BattFloatCurrent=" + BattFloatCurrent + ", DeviceId="
            + DeviceId + ", DeviceName=" + DeviceName + ", MonCount="
            + MonCount + ", MonCapStd=" + MonCapStd + ", MonResStd="
            + MonResStd + ", MonSerStd=" + MonSerStd + ", MonTmpStd="
            + MonTmpStd + ", MonVolStd=" + MonVolStd + ", MonVolLowToAvg="
            + MonVolLowToAvg + ", MonNum=" + MonNum + ", BattProducer="
            + BattProducer + ", BattProductDate=" + BattProductDate
            + ", BattProductDate1=" + BattProductDate1 + ", BattInUseDate="
            + BattInUseDate + ", BattInUseDate1=" + BattInUseDate1
            + ", BattGuarantDayCount=" + BattGuarantDayCount
            + ", SignalId=" + SignalId + ", CInterFaceId=" + CInterFaceId
            + ", Load_curr=" + Load_curr + ", DisCurrMax=" + DisCurrMax
            + ", SignalName=" + SignalName + ", StartNum=" + StartNum
            + ", Size=" + Size + ", station_phone=" + station_phone
            + ", install_user=" + install_user + ", Station_install="
            + Station_install + ", StationId_ex=" + StationId_ex
            + ", VideoOrImage=" + VideoOrImage + ", fparam=" + fparam
            + ", Vol_grade=" + Vol_grade + ", Manufacturers="
            + Manufacturers + ", Assetequipment=" + Assetequipment
            + ", Deviceclasspath=" + Deviceclasspath
            + ", Deviceoperationdepartment=" + Deviceoperationdepartment
            + ", PropertyRightUnit=" + PropertyRightUnit
            + ", PropertyAttribute=" + PropertyAttribute
            + ", FactoryNumber=" + FactoryNumber + ", OperationTeam="
            + OperationTeam + ", DeviceIdentityCode=" + DeviceIdentityCode
            + ", ProjectType=" + ProjectType + ", BatteryApplicationType="
            + BatteryApplicationType + ", SingleRatedVoltage="
            + SingleRatedVoltage + ", RemoteMonitor=" + RemoteMonitor
            + ", BatttIndependentPlaced=" + BatttIndependentPlaced
            + ", JunChargeVoltageValue=" + JunChargeVoltageValue + "]";
      return "BattInf{" +
            "num=" + num +
            ", stationId='" + stationId + '\'' +
            ", stationName='" + stationName + '\'' +
            ", stationName1='" + stationName1 + '\'' +
            ", stationName2='" + stationName2 + '\'' +
            ", stationName3='" + stationName3 + '\'' +
            ", stationName4='" + stationName4 + '\'' +
            ", stationName5='" + stationName5 + '\'' +
            ", stationName6='" + stationName6 + '\'' +
            ", stationName7='" + stationName7 + '\'' +
            ", stationName8='" + stationName8 + '\'' +
            ", stationName9='" + stationName9 + '\'' +
            ", stationIp='" + stationIp + '\'' +
            ", fbsDeviceId=" + fbsDeviceId +
            ", fbsDeviceIp='" + fbsDeviceIp + '\'' +
            ", fbsDeviceIp_YM='" + fbsDeviceIp_YM + '\'' +
            ", fbsDeviceIp_WG='" + fbsDeviceIp_WG + '\'' +
            ", fbsDeviceIp_old='" + fbsDeviceIp_old + '\'' +
            ", fbsDeviceIp_YM_old='" + fbsDeviceIp_YM_old + '\'' +
            ", fbsDeviceIp_WG_old='" + fbsDeviceIp_WG_old + '\'' +
            ", fbsDeviceName='" + fbsDeviceName + '\'' +
            ", groupIndexInFBSDevice=" + groupIndexInFBSDevice +
            ", battModel='" + battModel + '\'' +
            ", battGroupId=" + battGroupId +
            ", battGroupNum=" + battGroupNum +
            ", battGroupName='" + battGroupName + '\'' +
            ", battGroupName1='" + battGroupName1 + '\'' +
            ", battGroupName2='" + battGroupName2 + '\'' +
            ", battGroupName3='" + battGroupName3 + '\'' +
            ", battGroupName4='" + battGroupName4 + '\'' +
            ", battGroupName5='" + battGroupName5 + '\'' +
            ", battGroupName6='" + battGroupName6 + '\'' +
            ", floatVolLevel=" + floatVolLevel +
            ", offlineVolLevel=" + offlineVolLevel +
            ", battFloatCurrent=" + battFloatCurrent +
            ", deviceId='" + deviceId + '\'' +
            ", deviceName='" + deviceName + '\'' +
            ", monCount=" + monCount +
            ", monCapStd=" + monCapStd +
            ", monResStd=" + monResStd +
            ", monSerStd=" + monSerStd +
            ", monTmpStd=" + monTmpStd +
            ", monVolStd=" + monVolStd +
            ", monVolLowToAvg=" + monVolLowToAvg +
            ", monNum=" + monNum +
            ", battProducer='" + battProducer + '\'' +
            ", battProductDate=" + battProductDate +
            ", battProductDate1=" + battProductDate1 +
            ", battInUseDate=" + battInUseDate +
            ", battInUseDate1=" + battInUseDate1 +
            ", battGuarantDayCount=" + battGuarantDayCount +
            ", signalId='" + signalId + '\'' +
            ", cInterFaceId=" + cInterFaceId +
            ", load_curr=" + load_curr +
            ", disCurrMax=" + disCurrMax +
            ", signalName='" + signalName + '\'' +
            ", startNum=" + startNum +
            ", size=" + size +
            ", station_phone='" + station_phone + '\'' +
            ", install_user='" + install_user + '\'' +
            ", station_install=" + station_install +
            ", stationId_ex='" + stationId_ex + '\'' +
            ", videoOrImage='" + videoOrImage + '\'' +
            ", vol_grade=" + vol_grade +
            ", manufacturers='" + manufacturers + '\'' +
            ", assetequipment='" + assetequipment + '\'' +
            ", deviceclasspath='" + deviceclasspath + '\'' +
            ", deviceoperationdepartment='" + deviceoperationdepartment + '\'' +
            ", propertyRightUnit='" + propertyRightUnit + '\'' +
            ", propertyAttribute='" + propertyAttribute + '\'' +
            ", factoryNumber='" + factoryNumber + '\'' +
            ", operationTeam='" + operationTeam + '\'' +
            ", deviceIdentityCode='" + deviceIdentityCode + '\'' +
            ", projectType='" + projectType + '\'' +
            ", batteryApplicationType='" + batteryApplicationType + '\'' +
            ", singleRatedVoltage=" + singleRatedVoltage +
            ", remoteMonitor='" + remoteMonitor + '\'' +
            ", batttIndependentPlaced='" + batttIndependentPlaced + '\'' +
            ", junChargeVoltageValue=" + junChargeVoltageValue +
            '}';
   }
}