From 64fa2c33cd645e86d4e2a8c34c7881ea4aa678cf Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 18:33:37 +0800
Subject: [PATCH] 代码初始化

---
 server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java b/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java
index 5e89ba1..5571e59 100644
--- a/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java
+++ b/server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java
@@ -4,6 +4,8 @@
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
+import org.apache.ibatis.logging.nologging.NoLoggingImpl;
+import org.apache.ibatis.logging.slf4j.Slf4jImpl;
 
 import java.util.Date;
 
@@ -23,31 +25,35 @@
     @ExcelColumn(name="宸ュ崟鍙�",index =2  ,width = 8)
     private String code;
     @ApiModelProperty("涓�绾ц瀵熶富棰�")
-    @ExcelColumn(name="涓�绾ц瀵熶富棰�",index =3,width = 6)
+    @ExcelColumn(name="涓�绾ц瀵熶富棰�",index =3,width = 10)
     private String typeName;
     @ApiModelProperty("浜岀骇瑙傚療涓婚")
-    @ExcelColumn(name="浜岀骇瑙傚療涓婚",index =4,width = 6)
+    @ExcelColumn(name="浜岀骇瑙傚療涓婚",index =4,width = 10)
     private String categoryName;
     @ApiModelProperty("涓嶇鍚堥」")
     @ExcelColumn(name="涓嶇鍚堥」",index =5,width = 10)
     private String problemTitle;
     @ApiModelProperty(value = "鐘舵�� 鐘舵�� 0寰呯‘璁�/寰呭垵瀹� 1寰呭垎閰�/寰呯粓瀹� 2寰呭鐞�   4WTS鍏抽棴 5宸ョ▼甯堝叧闂�", example = "1")
-    @ExcelColumn(name="鐘舵��",index =6,width = 4, valueMapping = "0=寰呭鐞�;1=澶勭悊涓�;2=澶勭悊涓�;3=宸插鐞�;4=宸插鐞�;5=宸插鐞�;")
+    @ExcelColumn(name="鐘舵��",index =6,width = 4, valueMapping = "0=澶勭悊涓�;1=澶勭悊涓�;2=澶勭悊涓�;3=宸插鐞�;4=宸插鐞�;5=宸插鐞�;")
     private Integer status;
+    @ApiModelProperty(value = "鐘舵�佹弿杩�")
+    @ExcelColumn(name="鐘舵�佹弿杩�",index =7,width = 8)
+    private String statusName;
     @ApiModelProperty(value = "涓婃姤鏃堕棿", example = "1")
-    @ExcelColumn(name="涓婃姤鏃堕棿",index =7 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
+    @ExcelColumn(name="涓婃姤鏃堕棿",index =8 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
     private Date submitDate;
     @ApiModelProperty(value = "鍙戠幇鏃堕棿", example = "1")
-    @ExcelColumn(name="鍙戠幇鏃堕棿",index =8 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
+    @ExcelColumn(name="鍙戠幇鏃堕棿",index =9 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
     private Date happenTime;
     @ApiModelProperty(value = "浣嶇疆", example = "1")
-    @ExcelColumn(name="浣嶇疆",index =9 ,width = 6)
+    @ExcelColumn(name="浣嶇疆",index =10 ,width = 6)
     private String locationName;
-    @ApiModelProperty(value = "闂鎻忚堪", example = "1")
-    @ExcelColumn(name="闂鎻忚堪",index =10,width = 4)
+
+    @ApiModelProperty(value = "涓嶇鍚堝師鍥�", example = "1")
+    @ExcelColumn(name="涓嶇鍚堝師鍥�",index =11,width = 10)
     private String eventInfo;
     @ApiModelProperty("鎻愭姤浜哄憳鍚嶇О")
-    @ExcelColumn(name="涓婃姤鍛樺伐",index =12,width = 4)
+    @ExcelColumn(name="涓婃姤鍛樺伐",index =12,width = 8)
     private String memberName;
     @ApiModelProperty("鍛樺伐鎵嬫満鍙�")
     @ExcelColumn(name="鍛樺伐鎵嬫満鍙�",index =13,width = 6)
@@ -55,8 +61,11 @@
     @ApiModelProperty("鎻愭姤浜哄憳鎵�灞為儴闂�")
     @ExcelColumn(name="鎵�灞為儴闂�",index =14,width = 8)
     private String companyName;
+    @ApiModelProperty(value = "閫氱煡浜�")
+    @ExcelColumn(name="閫氱煡浜�",index =15 , width = 10)
+    private String memberNames;
     @ApiModelProperty(value = "鎻愪氦鏃堕棿")
-    @ExcelColumn(name="鎻愪氦鏃堕棿",index =15 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
+    @ExcelColumn(name="鎻愪氦鏃堕棿",index =16 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
     private Date createDate;
 
 

--
Gitblit v1.9.3