| | |
| | | @Data |
| | | @Schema(title = "管网流量监测站视图对象") |
| | | public class VoFlowMonitoring implements BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | private static final long serialVersionUID = 202401241704006L; |
| | | |
| | | @Schema(title = "ID") |
| | | @ExcelProperty("ID") |
| | | @ColumnWidth(10) |
| | | private Long id; |
| | | private String id; |
| | | |
| | | @Schema(title = "管网流量监测站名称") |
| | | @ExcelProperty("管网流量监测站名称") |
| | |
| | | @Schema(title = "绑定状态") |
| | | @ExcelProperty("绑定状态") |
| | | @ColumnWidth(15) |
| | | private Integer bindState; |
| | | private String bindState; |
| | | |
| | | @Schema(title = "地址") |
| | | @ExcelProperty("地址") |