From 1e0c8c2a1a3e67cf95a4ccc60012cc3c6dad26be Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 25 四月 2025 11:27:54 +0800 Subject: [PATCH] 代码初始化 --- server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 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 53ffd98..c6528e7 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; @@ -34,6 +36,9 @@ @ApiModelProperty(value = "鐘舵�� 鐘舵�� 0寰呯‘璁�/寰呭垵瀹� 1寰呭垎閰�/寰呯粓瀹� 2寰呭鐞� 4WTS鍏抽棴 5宸ョ▼甯堝叧闂�", example = "1") @ExcelColumn(name="鐘舵��",index =6,width = 4, valueMapping = "0=寰呭鐞�;1=澶勭悊涓�;2=澶勭悊涓�;3=宸插鐞�;4=宸插鐞�;5=宸插鐞�;") private Integer status; + @ApiModelProperty(value = "鐘舵�佹弿杩�") + @ExcelColumn(name="鐘舵�佹弿杩�",index =5,width = 8) + private String statusName; @ApiModelProperty(value = "涓婃姤鏃堕棿", example = "1") @ExcelColumn(name="涓婃姤鏃堕棿",index =7 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10) private Date submitDate; @@ -43,6 +48,7 @@ @ApiModelProperty(value = "浣嶇疆", example = "1") @ExcelColumn(name="浣嶇疆",index =9 ,width = 6) private String locationName; + @ApiModelProperty(value = "涓嶇鍚堝師鍥�", example = "1") @ExcelColumn(name="涓嶇鍚堝師鍥�",index =10,width = 10) private String eventInfo; -- Gitblit v1.9.3