瀏覽代碼

徐明浩
excel导出-标题增加单位

徐明浩 3 年之前
父節點
當前提交
e767b94fbb

+ 4 - 4
master/src/main/java/com/ruoyi/project/sems/domain/TReportYlgd.java

@@ -58,19 +58,19 @@ public class TReportYlgd extends TReportHiYlgd
     private String medium;
 
     /** 设计压力 */
-    @Excel(name = "设计压力")
+    @Excel(name = "设计压力(MPa)")
     private String desPressure;
 
     /** 设计温度 */
-    @Excel(name = "设计温度")
+    @Excel(name = "设计温度(℃)'")
     private String desTemp;
 
     /** 操作压力 */
-    @Excel(name = "操作压力")
+    @Excel(name = "操作压力(MPa)")
     private String optPressure;
 
     /** 操作温度 */
-    @Excel(name = "操作温度")
+    @Excel(name = "操作温度(℃)'")
     private String optTemp;
 
     /** 安全状况等级 */

+ 4 - 4
master/src/main/java/com/ruoyi/project/sems/domain/TReportYlrq.java

@@ -56,19 +56,19 @@ public class TReportYlrq extends TReportHiYlrq
     private String medium;
 
     /** 设计压力 */
-    @Excel(name = "设计压力")
+    @Excel(name = "设计压力(MPa)")
     private String desPressure;
 
     /** 设计温度 */
-    @Excel(name = "设计温度")
+    @Excel(name = "设计温度(℃)'")
     private String desTemp;
 
     /** 操作压力 */
-    @Excel(name = "操作压力")
+    @Excel(name = "操作压力(MPa)")
     private String optPressure;
 
     /** 操作温度 */
-    @Excel(name = "操作温度")
+    @Excel(name = "操作温度(℃)'")
     private String optTemp;
 
     /** 安全等级 */

+ 1 - 1
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevCc.java

@@ -73,7 +73,7 @@ public class TSpecdevCc extends BaseEntity
     private String remarks;
 
     /** 审核状态 */
-    @Excel(name = "审核状态", dictType = "spec_approve_status")
+    //@Excel(name = "审核状态", dictType = "spec_approve_status")
     private Long approveStatus;
 
     /** 注册代码 */

+ 1 - 1
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevDt.java

@@ -78,7 +78,7 @@ public class TSpecdevDt extends BaseEntity
     private String remarks;
 
     /** 审核状态 */
-    @Excel(name = "审核状态", dictType = "spec_approve_status")
+    //@Excel(name = "审核状态", dictType = "spec_approve_status")
     private Long approveStatus;
 
     /** 注册代码 */

+ 1 - 1
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevDzsb.java

@@ -73,7 +73,7 @@ public class TSpecdevDzsb extends BaseEntity
     private String remarks;
 
     /** 审核状态 */
-    @Excel(name = "审核状态", dictType = "spec_approve_status")
+    //@Excel(name = "审核状态", dictType = "spec_approve_status")
     private Long approveStatus;
 
     /** 注册代码 */

+ 4 - 4
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevGl.java

@@ -117,19 +117,19 @@ public class TSpecdevGl extends BaseEntity
     private String ratedPower;
 
     /** 设计压力 */
-    @Excel(name = "设计压力")
+    @Excel(name = "设计压力(MPa)")
     private String desPressure;
 
     /** 设计温度 */
-    @Excel(name = "设计温度")
+    @Excel(name = "设计温度(℃)'")
     private String desTemp;
 
     /** 操作压力 */
-    @Excel(name = "操作压力")
+    @Excel(name = "操作压力(MPa)")
     private String optPressure;
 
     /** 操作温度 */
-    @Excel(name = "操作温度")
+    @Excel(name = "操作温度(℃)'")
     private String optTemp;
 
     /** 检验单位 */

+ 5 - 5
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevYlgd.java

@@ -72,7 +72,7 @@ public class TSpecdevYlgd extends BaseEntity
     private String remarks;
 
     /** 审核状态 */
-    @Excel(name = "审核状态", dictType = "spec_approve_status")
+    //@Excel(name = "审核状态", dictType = "spec_approve_status")
     private Long approveStatus;
 
     /** 注册代码 */
@@ -138,19 +138,19 @@ public class TSpecdevYlgd extends BaseEntity
     private String ending;
 
     /** 设计压力 */
-    @Excel(name = "设计压力")
+    @Excel(name = "设计压力(MPa)")
     private String desPressure;
 
     /** 设计温度 */
-    @Excel(name = "设计温度")
+    @Excel(name = "设计温度(℃)'")
     private String desTemp;
 
     /** 工作压力 */
-    @Excel(name = "工作压力")
+    @Excel(name = "工作压力(MPa)")
     private String optPressure;
 
     /** 工作温度 */
-    @Excel(name = "工作温度")
+    @Excel(name = "工作温度(℃)'")
     private String optTemp;
 
     /** 介质 */

+ 5 - 5
master/src/main/java/com/ruoyi/project/sems/domain/TSpecdevYlrq.java

@@ -73,7 +73,7 @@ public class TSpecdevYlrq extends BaseEntity
     private String remarks;
 
     /** 审核状态 */
-    @Excel(name = "审核状态", dictType = "spec_approve_status")
+    //@Excel(name = "审核状态", dictType = "spec_approve_status")
     private Long approveStatus;
 
     /** 注册代码 */
@@ -139,19 +139,19 @@ public class TSpecdevYlrq extends BaseEntity
     private String medium;
 
     /** 设计压力 */
-    @Excel(name = "设计压力")
+    @Excel(name = "设计压力(MPa)")
     private String desPressure;
 
     /** 设计温度 */
-    @Excel(name = "设计温度")
+    @Excel(name = "设计温度(℃)'")
     private String desTemp;
 
     /** 操作压力 */
-    @Excel(name = "操作压力")
+    @Excel(name = "操作压力(MPa)")
     private String optPressure;
 
     /** 操作温度 */
-    @Excel(name = "操作温度")
+    @Excel(name = "操作温度(℃)'")
     private String optTemp;
 
     /** 检验单位 */