src/main/java/com/fengdu/gas/repository/po/WaterFacilityPO.java
@@ -37,9 +37,19 @@ @TableName("water_facility") public class WaterFacilityPO implements Serializable { /** * null * 主键 */ private Long id; /** * 监控点id */ @TableField(value = "point_id") private Long pointId; /** * 监控点名称 */ @TableField(value = "point_name") private String pointName; /** * 设备名称 */ @@ -55,11 +65,6 @@ */ @TableField(value = "facility_type") private Long facilityType; /** * 监控点id */ @TableField(value = "point_id") private Long pointId; /** * 是否在线 */