|
@@ -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;
|
|
|
-
|
|
|
/**
|
|
|
* 系数
|
|
|
*/
|