liulin
6 天以前 2b5c36b4830adf4227f248d4e10bdb90b1e5f3d8
src/main/java/com/fengdu/gas/repository/po/UserWorkOrderPO.java
@@ -56,6 +56,16 @@
   @TableField(value = "type")
   private Integer type;
   /**
    * 所属监测点编号
    */
   @TableField(value = "point_code")
   private String pointCode;
   /**
    * 所属设备编号
    */
   @TableField(value = "facility_code")
   private String facilityCode;
   /**
    * 内容描述
    */
   @TableField(value = "content")