Kaynağa Gözat

维修优化

guarantee-lsq 2 yıl önce
ebeveyn
işleme
6afa3d2e26

+ 8 - 0
platform-dao/src/main/java/com/platform/dao/entity/repair/RepairApplicationForm.java

@@ -334,4 +334,12 @@ public class RepairApplicationForm implements Serializable {
      */
     private String sbPosition;
 
+    /**
+     * 计划开始时间
+     */
+    private LocalDateTime planStartTime;
+    /**
+     * 计划结束时间
+     */
+    private LocalDateTime planEndTime;
 }

+ 20 - 1
platform-dao/src/main/java/com/platform/dao/vo/export/sb/ExportSbInfoVO.java

@@ -174,12 +174,31 @@ public class ExportSbInfoVO implements Serializable {
     @Excel(name = "操作温度")
     private String fdjh;
 
+    @Excel(name="安装位置")
+    private String cph;
     /**
      * 介质
      */
     @Excel(name = "介质")
     private String characterType;
-
+    @Excel(name="标牌号",styleType = 1)
+    private String bph;
+    @Excel(name="设备工作压力MPa",styleType = 1)
+    private String sbgzyl;
+    @Excel(name="安全阀类型",styleType = 1)
+    private String aqflx;
+    @Excel(name="安全阀型号",styleType = 1)
+    private String aqfxh;
+    @Excel(name="公称通径",styleType = 1)
+    private String gctj;
+    @Excel(name="公称压力MPa",styleType = 1)
+    private String gcyl;
+    @Excel(name="所在设备最高工作压力",styleType = 1)
+    private String szsbzggzyl;
+    @Excel(name="整定压力",styleType = 1)
+    private String zdyl;
+    @Excel(name="报告编号",styleType = 1)
+    private String bgbh;
     @Excel(name="额定电压V",styleType=1)
     private String eddy;
     @Excel(name="单机功率KW",styleType=1)