liulin
2025-07-07 1d7a3213f681657a37a6d1dd8501e9a3bf16c809
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;
   /**
    * 是否在线
    */