wuzeyu
2024-10-22 029bd52d754627b812aab677f2c5a7ff36851cda
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("地址")