whyclxw
2021-10-18 1203aa32bf65ff88bac231917c890b560d60b1e4
fg平台重构电池告警模块第一次提交
1个文件已修改
206 ■■■■ 已修改文件
src/main/java/com/whyc/pojo/Battinf.java 206 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/Battinf.java
@@ -27,7 +27,7 @@
@ToString
@AllArgsConstructor
@NoArgsConstructor
@ApiModel(value="TbBattinf对象", description="")
@ApiModel(value="Tbbattinf对象", description="")
@TableName(schema = "db_battinf",value = "tb_battinf")
public class Battinf implements Serializable {
@@ -37,49 +37,49 @@
    private Integer num;
    @TableField("StationId")
    private String StationId;
    private String stationId;
    @TableField("StationId_ex")
    private String stationidEx;
    @TableField("StationName")
    private String StationName;
    @TableField("stationName")
    private String stationName;
    @TableField("StationName1")
    private String StationName1;
    @TableField("stationName1")
    private String stationName1;
    @TableField("StationName2")
    private String StationName2;
    @TableField("stationName2")
    private String stationName2;
    @TableField("StationName3")
    private String StationName3;
    @TableField("stationName3")
    private String stationName3;
    @TableField("StationName4")
    private String StationName4;
    @TableField("stationName4")
    private String stationName4;
    @TableField("StationName5")
    private String StationName5;
    @TableField("stationName5")
    private String stationName5;
    @TableField("StationName6")
    private String StationName6;
    @TableField("stationName6")
    private String stationName6;
    @TableField("StationName7")
    private String StationName7;
    @TableField("stationName7")
    private String stationName7;
    @TableField("StationName8")
    private String StationName8;
    @TableField("stationName8")
    private String stationName8;
    @TableField("StationName9")
    private String StationName9;
    @TableField("stationName9")
    private String stationName9;
    @TableField("StationIP")
    private String StationIP;
    private String stationIP;
    @TableField("FBSDeviceId")
    private Long FBSDeviceId;
    private Long fBSDeviceId;
    @TableField("FBSDeviceIp")
    private String FBSDeviceIp;
    private String fBSDeviceIp;
    @TableField("FBSDeviceIp_WG")
    private String fbsdeviceipWg;
@@ -88,109 +88,109 @@
    private String fbsdeviceipYm;
    @TableField("FBSDeviceName")
    private String FBSDeviceName;
    private String fBSDeviceName;
    @TableField("GroupIndexInFBSDevice")
    private Integer GroupIndexInFBSDevice;
    private Integer groupIndexInFBSDevice;
    @TableField("BattModel")
    private String BattModel;
    @TableField("battModel")
    private String battModel;
    @TableField("BattGroupId")
    private Integer BattGroupId;
    @TableField(" battGroupId")
    private Integer  battGroupId;
    @TableField("BattGroupNum")
    private Integer BattGroupNum;
    @TableField(" battGroupNum")
    private Integer  battGroupNum;
    @TableField("BattGroupName")
    private String BattGroupName;
    @TableField(" battGroupName")
    private String  battGroupName;
    @TableField("BattGroupName1")
    private String BattGroupName1;
    @TableField(" battGroupName1")
    private String  battGroupName1;
    @TableField("BattGroupName2")
    private String BattGroupName2;
    @TableField(" battGroupName2")
    private String  battGroupName2;
    @TableField("BattGroupName3")
    private String BattGroupName3;
    @TableField(" battGroupName3")
    private String  battGroupName3;
    @TableField("BattGroupName4")
    private String BattGroupName4;
    @TableField(" battGroupName4")
    private String  battGroupName4;
    @TableField("BattGroupName5")
    private String BattGroupName5;
    @TableField(" battGroupName5")
    private String  battGroupName5;
    @TableField("BattGroupName6")
    private String BattGroupName6;
    @TableField(" battGroupName6")
    private String  battGroupName6;
    @TableField("FloatVolLevel")
    private Float FloatVolLevel;
    private Float floatVolLevel;
    @TableField("OfflineVolLevel")
    private Float OfflineVolLevel;
    private Float offlineVolLevel;
    @TableField("BattFloatCurrent")
    private Float BattFloatCurrent;
    @TableField("battFloatCurrent")
    private Float battFloatCurrent;
    @TableField("DeviceId")
    private String DeviceId;
    private String deviceId;
    @TableField("DeviceName")
    private String DeviceName;
    private String deviceName;
    @TableField("MonCount")
    private Integer MonCount;
    @TableField("monCount")
    private Integer monCount;
    @TableField("MonCapStd")
    private Float MonCapStd;
    @TableField("monCapStd")
    private Float monCapStd;
    @TableField("MonVolStd")
    private Float MonVolStd;
    @TableField("monVolStd")
    private Float monVolStd;
    @TableField("MonResStd")
    private Float MonResStd;
    @TableField("monResStd")
    private Float monResStd;
    @TableField("MonSerStd")
    private Float MonSerStd;
    @TableField("monSerStd")
    private Float monSerStd;
    @TableField("MonTmpStd")
    private Float MonTmpStd;
    @TableField("monTmpStd")
    private Float monTmpStd;
    @TableField("MonVolLowToAvg")
    private Float MonVolLowToAvg;
    @TableField("monVolLowToAvg")
    private Float monVolLowToAvg;
    @TableField("MonNum")
    private Integer MonNum;
    @TableField("monNum")
    private Integer monNum;
    @TableField("BattProducer")
    private String BattProducer;
    @TableField("battProducer")
    private String battProducer;
    @TableField("BattProductDate")
    @TableField("battProductDate")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date BattProductDate;
    private Date battProductDate;
    @TableField("BattInUseDate")
    @TableField("battInUseDate")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date BattInUseDate;
    private Date battInUseDate;
    @TableField("BattGuarantDayCount")
    private Integer BattGuarantDayCount;
    @TableField("battGuarantDayCount")
    private Integer battGuarantDayCount;
    @TableField("SignalId")
    private String SignalId;
    private String signalId;
    @TableField("CInterFaceId")
    private Integer CInterFaceId;
    private Integer cInterFaceId;
    @TableField("SignalName")
    private String SignalName;
    private String signalName;
    @TableField("Load_curr")
    private Float loadCurr;
    @TableField("DisCurrMax")
    private Float DisCurrMax;
    private Float disCurrMax;
    private String stationPhone;
@@ -204,61 +204,61 @@
    private Float volGrade;
    @TableField("Manufacturers")
    private String Manufacturers;
    private String manufacturers;
    @TableField("Assetequipment")
    private String Assetequipment;
    private String assetequipment;
    @TableField("Deviceclasspath")
    private String Deviceclasspath;
    private String deviceclasspath;
    @TableField("DeviceOperationDepartment")
    private String DeviceOperationDepartment;
    private String deviceOperationDepartment;
    @TableField("PropertyRightUnit")
    private String PropertyRightUnit;
    private String propertyRightUnit;
    @TableField("PropertyAttribute")
    private String PropertyAttribute;
    private String propertyAttribute;
    @TableField("FactoryNumber")
    private String FactoryNumber;
    private String factoryNumber;
    @TableField("OperationTeam")
    private String OperationTeam;
    private String operationTeam;
    @TableField("DeviceIdentityCode")
    private String DeviceIdentityCode;
    private String deviceIdentityCode;
    @TableField("ProjectType")
    private String ProjectType;
    private String projectType;
    @TableField("BatteryApplicationType")
    private String BatteryApplicationType;
    @TableField("batteryApplicationType")
    private String batteryApplicationType;
    @TableField("SingleRatedVoltage")
    private Float SingleRatedVoltage;
    private Float singleRatedVoltage;
    @TableField("RemoteMonitor")
    private String RemoteMonitor;
    @TableField("Remotemonitor")
    private String remotemonitor;
    @TableField("BatttIndependentPlaced")
    private String BatttIndependentPlaced;
    @TableField("batttIndependentPlaced")
    private String batttIndependentPlaced;
    @TableField("JunChargeVoltageValue")
    private Float JunChargeVoltageValue;
    private Float junChargeVoltageValue;
    @TableField("PublicKeyX")
    private String PublicKeyX;
    private String publicKeyX;
    @TableField("PublicKeyY")
    private String PublicKeyY;
    private String publicKeyY;
    @TableField("KeyID")
    private String KeyID;
    private String keyID;
    @TableField("SerialNumber")
    private String SerialNumber;
    private String serialNumber;
    private Integer sortId;