liurunyu
2025-01-13 bc70680118bfc82574330b2ae8bc10ca3c9453a9
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voPr/VoFlowMonitoring.java
@@ -21,7 +21,7 @@
    @Schema(title = "ID")
    @ExcelProperty("ID")
    @ColumnWidth(10)
    private Long id;
    private String id;
    @Schema(title = "管网流量监测站名称")
    @ExcelProperty("管网流量监测站名称")
@@ -31,7 +31,7 @@
    @Schema(title = "绑定状态")
    @ExcelProperty("绑定状态")
    @ColumnWidth(15)
    private Integer bindState;
    private String bindState;
    @Schema(title = "地址")
    @ExcelProperty("地址")