From 30e858fa504b268b9b436afca0a1259cf6e8c488 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 八月 2025 11:01:40 +0800
Subject: [PATCH] 优化

---
 server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java b/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java
index 8572770..f647882 100644
--- a/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java
+++ b/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java
@@ -32,10 +32,10 @@
     @ExcelColumn(name="鍙戠幇鏃堕棿",index =6 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
     private Date happenTime;
     @ApiModelProperty(value = "绗﹀悎椤规暟閲�", example = "1")
-    @ExcelColumn(name="绗﹀悎椤规暟閲�",index =7,width = 4)
+    @ExcelColumn(name="绗﹀悎椤规暟閲�",index =7,width = 8)
     private Integer dcaYesNum;
     @ApiModelProperty(value = "涓嶇鍚堥」鏁伴噺", example = "1")
-    @ExcelColumn(name="涓嶇鍚堥」鏁伴噺",index =8,width = 4)
+    @ExcelColumn(name="涓嶇鍚堥」鏁伴噺",index =8,width = 8)
     private Integer dcaNoNum;
     @ApiModelProperty(value = "浣嶇疆", example = "1")
     @ExcelColumn(name="浣嶇疆",index =9 ,width = 10)
@@ -43,6 +43,9 @@
     @ApiModelProperty("閫氱煡浜�")
     @ExcelColumn(name="閫氱煡浜�",index =10,width = 8)
     private String memberNames;
+    @ApiModelProperty(value = "鐘舵�� 鐘舵�� 0寰呯‘璁�/寰呭垵瀹� 1寰呭垎閰�/寰呯粓瀹� 2寰呭鐞�   4WTS鍏抽棴 5宸ョ▼甯堝叧闂�", example = "1")
+    @ExcelColumn(name="鐘舵��",index =11,width = 4, valueMapping = "0=澶勭悊涓�;1=澶勭悊涓�;2=澶勭悊涓�;3=宸插鐞�;4=宸插鐞�;5=宸插鐞�;")
+    private Integer status;
     @ApiModelProperty("鎻愭姤浜哄憳鍚嶇О")
     @ExcelColumn(name="涓婃姤鍛樺伐",index =12,width = 8)
     private String memberName;

--
Gitblit v1.9.3