whycxzp
2022-06-15 2df2231d87eab6fca291d1501fa93dfecb8559af
充放电参数增加,设置均衡参数增加
2个文件已修改
8 ■■■■■ 已修改文件
src/main/java/com/whyc/pojo/Fbs9100Setparam.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/Fbs9100Sysparam.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/Fbs9100Setparam.java
@@ -176,6 +176,10 @@
    @TableField("FlowOver_CharTime_3")
    private Integer flowoverChartime3;
    @ApiModelProperty(value = "充电电压")
    @TableField("ChargeVolt")
    private Float chargeVolt;
    @TableField(exist = false)
    private String stationName;
    @TableField(exist = false)
src/main/java/com/whyc/pojo/Fbs9100Sysparam.java
@@ -101,6 +101,10 @@
    @TableField("JunHeng_StCurr")
    private Float junhengStcurr;
    @ApiModelProperty(value = "后备电压")
    @TableField("StandyVolt")
    private Float standyVolt;
    @TableField(exist = false)
    private String stationName;
    @TableField(exist = false)