src/main/java/com/whyc/pojo/StationInf.java
@@ -30,6 +30,10 @@ @ApiModelProperty("机房ip") private String sinfIp; @TableField("stype") @ApiModelProperty("机房类型: 1<电池组> 2<电源>") private Integer stype; @TableField(exist = false) private List<BattInf> binfList;