|
@@ -51,7 +51,7 @@ public class ExportRemoteOpcVO implements Serializable {
|
|
|
/**
|
|
|
* 类型
|
|
|
*/
|
|
|
- @Excel(name = "类型", dicCode="REMOTE_MEASURE")
|
|
|
+ @Excel(name = "类型", dicCode="REMOTE_OPC")
|
|
|
private Integer type;
|
|
|
|
|
|
/**
|
|
@@ -77,7 +77,36 @@ public class ExportRemoteOpcVO implements Serializable {
|
|
|
*/
|
|
|
@Excel(name = "单位")
|
|
|
private String unit;
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 是否模拟量:0否1是
|
|
|
+ */
|
|
|
+ @Excel(name = "是否模拟量", dicCode="YES_NO")
|
|
|
+ private Integer avFlag;
|
|
|
+ /**
|
|
|
+ * opc服务器上是否已经创建:0否1是
|
|
|
+ */
|
|
|
+ @Excel(name = "opc服务器上是否已经创建", dicCode="YES_NO")
|
|
|
+ private Integer createdFlag;
|
|
|
+ /**
|
|
|
+ * x轴位置
|
|
|
+ */
|
|
|
+ @Excel(name = "x轴位置")
|
|
|
+ private Integer xPosition;
|
|
|
+ /**
|
|
|
+ * y轴位置
|
|
|
+ */
|
|
|
+ @Excel(name = "y轴位置")
|
|
|
+ private Integer yPosition;
|
|
|
+ /**
|
|
|
+ * 位置宽度
|
|
|
+ */
|
|
|
+ @Excel(name = "位置宽度")
|
|
|
+ private Integer width;
|
|
|
+ /**
|
|
|
+ * 位置高度
|
|
|
+ */
|
|
|
+ @Excel(name = "位置高度")
|
|
|
+ private Integer height;
|
|
|
/**
|
|
|
* 备注
|
|
|
*/
|