whycxzp
2025-03-25 73c53ef1eb17fd721250d46ee8bf24d0e4485396
src/main/java/com/whyc/pojo/db_batt/StationInf.java
@@ -21,11 +21,11 @@
public class StationInf {
    @TableField("sinf_id")
    @ApiModelProperty("机房id")
    private Integer stationId;
    private Integer sinfId;
    @TableField("sinf_name")
    @ApiModelProperty("机房名称")
    private String stationName;
    private String sinfName;
    @TableField("stype")