From 4fd5b05a139e7d106c33ca7a6eabd153f8060676 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 08 八月 2024 13:46:39 +0800
Subject: [PATCH] 修改精度丢失

---
 north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
new file mode 100644
index 0000000..8230fcc
--- /dev/null
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/pp/TeamOutputDTO.java
@@ -0,0 +1,42 @@
+package com.example.erp.dto.pp;
+
+import com.alibaba.excel.annotation.ExcelProperty;
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+
+import java.time.LocalDateTime;
+
+@Data
+public class TeamOutputDTO {
+    @ExcelProperty("鎶ュ伐鏃堕棿")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    private LocalDateTime reportingWorkTime;
+    @ExcelProperty("鎶ュ伐宸ュ簭")
+    private String thisProcess;
+    @ExcelProperty("鎶ュ伐鐝粍")
+    private String teamsGroupsName;
+    @ExcelProperty("椤圭洰鍚嶇О")
+    private String project;
+    @ExcelProperty("娴佺▼鍗″彿")
+    private String processId;
+    @ExcelProperty("搴忓彿")
+    private String orderNumber;
+    @ExcelProperty("瀹�")
+    private String width;
+    @ExcelProperty("楂�")
+    private String height;
+    @ExcelProperty("褰㈢姸")
+    private String shape;
+    @ExcelProperty("鍘氬害")
+    private String thickness;
+    @ExcelProperty("纾ㄨ竟绫诲瀷")
+    private String edgingType;
+    @ExcelProperty("瀹屽伐鏁伴噺")
+    private String completedQuantity;
+    @ExcelProperty("瀹屽伐闈㈢Н")
+    private String area;
+    @ExcelProperty("浜у搧鍚嶇О")
+    private String productName;
+    @ExcelProperty("缂栧彿")
+    private String code;
+}

--
Gitblit v1.8.0