|
@@ -1,14 +1,11 @@
|
|
|
package com.platform.dao.vo.export.sb;
|
|
|
|
|
|
-import com.platform.dao.util.compare.annotation.FieldCompared;
|
|
|
import com.platform.office.annotation.Excel;
|
|
|
import lombok.Data;
|
|
|
import lombok.experimental.Accessors;
|
|
|
|
|
|
-import javax.persistence.Transient;
|
|
|
import java.io.Serializable;
|
|
|
import java.time.LocalDate;
|
|
|
-import java.time.LocalDateTime;
|
|
|
|
|
|
/**
|
|
|
* @Description 设备基础信息导出VO
|
|
@@ -165,4 +162,21 @@ public class ExportSbInfoVO implements Serializable {
|
|
|
@Excel(name = "是否需要检定(必填;0:否;1:是)")
|
|
|
private Integer isMeasure;
|
|
|
|
|
|
+ /**
|
|
|
+ * 操作压力
|
|
|
+ */
|
|
|
+ @Excel(name = "操作压力")
|
|
|
+ private String jbdh;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 操作温度
|
|
|
+ */
|
|
|
+ @Excel(name = "操作温度")
|
|
|
+ private String fdjh;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 介质
|
|
|
+ */
|
|
|
+ @Excel(name = "介质")
|
|
|
+ private String characterType;
|
|
|
}
|