| | |
| | | * |
| | | * @author lxw |
| | | * @since 2021-12-15 |
| | | * 属性首字母大写和第二个字母大写。前台传参都要小写 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | |
| | | @TableField("FlowOver_CharTime_3") |
| | | private Integer flowoverChartime3; |
| | | |
| | | @ApiModelProperty(value = "充电电压") |
| | | @ApiModelProperty(value = "充电电压-------并联设备中改为均充电压") |
| | | @TableField("ChargeVolt") |
| | | private Float chargeVolt; |
| | | |
| | |
| | | @TableField("C_mon_uppernum3") |
| | | private Integer cMonUppernum3; |
| | | @ApiModelProperty(value = "恒压总阶段数[1~3]") |
| | | @TableField("C_mon_uppernum") |
| | | private Integer cMonUppernum; |
| | | @TableField("HV_charge_num") |
| | | private Integer hvChargeNum; |
| | | @ApiModelProperty(value = "恒压阶段1充电电压") |
| | | @TableField("HV_charge_Vol1") |
| | | private Float hvChargeVol1; |
| | |
| | | @TableField("HV_mon_uppernum3") |
| | | private Integer hvMonUppernum3; |
| | | |
| | | @ApiModelProperty(value ="0-离线,1-在线") |
| | | @TableField("OnlineTestFlag") |
| | | private Integer OnlineTestFlag; |
| | | |
| | | @ApiModelProperty(value ="单体组数") |
| | | @TableField("BattGroupCount") |
| | | private Integer BattGroupCount; |
| | | |
| | | @ApiModelProperty(value ="SOC下限(%)") |
| | | @TableField("SOCLow") |
| | | private Double SOCLow; |
| | | |
| | | @ApiModelProperty(value ="SOC下限(%)") |
| | | @TableField("SOCHigh") |
| | | private Double SOCHigh; |
| | | |
| | | @ApiModelProperty(value ="压差上限(mV)") |
| | | @TableField("CellDiffVolHigh") |
| | | private Double CellDiffVolHigh; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | @TableField(exist = false) |
| | |
| | | private Float monVolStd; |
| | | @TableField(exist = false) |
| | | private Integer monCount; |
| | | @TableField(exist = false) |
| | | @TableField("MonCapStd") |
| | | private Float monCapStd; |
| | | @TableField(exist = false) |
| | | private Float loadCurr; |