From 3124ce87407fe85f6780b3ba1a219d8d9e8d7475 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 30 十月 2025 13:21:32 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/YiWuProject

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
index 89e8ab7..6f44066 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/largenscreen/entity/DailyProductionData.java
@@ -13,8 +13,15 @@
 public class DailyProductionData {
 
     @ExcelProperty(value = "鏃ユ湡")
-    @ExcelMerge(merge = true)
+    @ExcelMerge(merge = true, isPrimaryKey = true)
     private String productDate;
+
+    @ExcelProperty(value = {"宸ョ▼淇℃伅", "宸ョ▼鍙�"})
+    private String engineerId;
+    @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬荤墖閲�"})
+    private String glassTotal;
+    @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬婚潰绉�(m^2)"})
+    private String glassTotalArea;
 
     @ExcelProperty(value = {"鍒囧壊", "寮�濮嬫椂闂�"})
     @ExcelMerge(merge = true)
@@ -87,12 +94,7 @@
     @ExcelMerge(merge = true)
     private String hollowArea;
 
-    @ExcelProperty(value = {"宸ョ▼淇℃伅", "宸ョ▼鍙�"})
-    private String engineerId;
-    @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬荤墖閲�"})
-    private String glassTotal;
-    @ExcelProperty(value = {"宸ョ▼淇℃伅", "鎬婚潰绉�(m^2)"})
-    private String glassTotalArea;
+
 
 
 }

--
Gitblit v1.8.0