From 122623190b76efe3623a8779e273359d42b3d8c8 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 17 七月 2024 17:59:18 +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