liulin
6 天以前 bcf8c46e009d5d825a7bf07b9eac46fb7432418b
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;
   /**
    * 是否在线
    */
@@ -81,6 +86,16 @@
   @TableField(value = "facility_url")
   private String facilityUrl;
   /**
    * 设备状态
    */
   @TableField(value = "facility_state")
   private Integer facilityState;
   /**
    * 设备风机运行状态
    */
   @TableField(value = "facility_fan_state")
   private Integer facilityFanState;
   /**
    * 数据创建时间
    */
   @TableField(value = "create_time")