浏览代码

添加环控基础

523096025 2 年之前
父节点
当前提交
e006d2677a

+ 2 - 0
huimv-admin/src/main/java/com/huimv/admin/entity/EnvDeviceMaintain.java

@@ -45,6 +45,8 @@ public class EnvDeviceMaintain implements Serializable {
 
     private Integer farmId;
 
+    private Integer deviceId;
+
     private String other1;
 
     private String other2;

+ 1 - 0
huimv-admin/src/main/resources/com/huimv/admin/mapper/EnvDeviceMaintainMapper.xml

@@ -9,6 +9,7 @@
         <result column="maintain_time" property="maintainTime" />
         <result column="remark" property="remark" />
         <result column="farm_id" property="farmId" />
+        <result column="device_id" property="deviceId" />
         <result column="other1" property="other1" />
         <result column="other2" property="other2" />
         <result column="other3" property="other3" />