Browse Source

完善opc展示页面

hfxc226 2 years ago
parent
commit
1dd31d04e1

+ 3 - 9
platform-dao/src/main/java/com/platform/dao/vo/export/remote/ExportRemoteOpcVO.java

@@ -34,13 +34,13 @@ public class ExportRemoteOpcVO implements Serializable {
      * 点位
      */
     @Excel(name = "点位")
-    private Integer positionNum;
+    private String positionNum;
 
     /**
-     * 线路
+     * 车间
      */
     @Excel(name = "车间")
-    private Integer line;
+    private String positionName;
 
     /**
      * 类型
@@ -53,12 +53,6 @@ public class ExportRemoteOpcVO implements Serializable {
     @Excel(name = "描述")
     private String description;
 
-    /**
-     * 实时数值
-     */
-    @Excel(name = "实时数值")
-    private BigDecimal result;
-
     /**
      * 系数
      */