src/main/java/com/whyc/pojo/db_batt/StationInf.java
@@ -21,16 +21,16 @@ public class StationInf { @TableField("sinf_id") @ApiModelProperty("机房id") private Integer sinfId; private Integer stationId; @TableField("sinf_name") @ApiModelProperty("机房名称") private String sinfName; private String stationName; @TableField("stype") @ApiModelProperty("机房类型: 0<包含电池组和电源>1<电池组> 2<电源>") private Integer stype; private Integer type; @TableField(exist = false) private List<PowerInf> pinfList;