whyclxw
5 天以前 58dac809d5d3a78ca9578edbf2e9ff80ff4b6e57
src/main/java/com/whyc/dto/InfoDto.java
@@ -79,7 +79,6 @@
    @ApiModelProperty(value = "整流器使能[bit0-模块1 bit15-模块16]【1-可用 0-不可以】")
    private Long modelCfg;
    private List<PowerInfChange> pinfChangeList;
    @ApiModelProperty(value = "设备id")
@@ -132,8 +131,6 @@
    @ApiModelProperty(value = "标识是否加入电池组1:添加,0不添加")
    private Integer addBinfFlag;
    private List<BattInfChange> binfChangeList;
    @ApiModelProperty(value = "变更原因")
    private String updateReason;