From 241d327e57cbfe504aa806c61aa22e6205706098 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期六, 11 四月 2026 16:59:46 +0800
Subject: [PATCH] 引用纠正
---
fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordInExport.java | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordInExport.java b/fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordInExport.java
index 45d1f9e..e2e3b84 100644
--- a/fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordInExport.java
+++ b/fzzy-igdss-core/src/main/java/com/fzzy/igds/data/InoutRecordInExport.java
@@ -30,23 +30,26 @@
private String foodVariety;
@Excel(name = "姣涢噸",sort = 5)
- private Double fullWeight = 0.0;
+ private String fullWeight = "0.0";
@Excel(name = "鐨噸",sort = 6)
- private Double emptyWeight = 0.0;
+ private String emptyWeight= "0.0";
@Excel(name = "鍑�閲�",sort = 7)
- private Double netWeight = 0.0;
+ private String netWeight = "0.0";
@Excel(name = "鎵i噸",sort = 8)
- private Double deOther = 0.0;
+ private String deOther = "0.0";
@Excel(name = "缁撶畻閲嶉噺",sort = 9)
- private Double settleWeight = 0.0;
+ private String settleWeight = "0.0";
@Excel(name = "鍏ュ簱閲嶉噺",sort = 10)
- private Double recordWeight = 0.0;
+ private String recordWeight = "0.0";
@Excel(name = "绂诲簱鏃堕棿",sort = 11,dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date completeTime;
+
+ @Excel(name = "淇敼璁板綍",sort = 12)
+ private String updateLog;
}
--
Gitblit v1.9.3