whyclxw
2024-06-27 29fccde6ffb6b51689b26da02a62b9401e04075a
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;