From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 11 十月 2025 13:35:42 +0800
Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送

---
 src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java |   35 ++++++-----------------------------
 1 files changed, 6 insertions(+), 29 deletions(-)

diff --git a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java
index 7eb4a5e..ad19c10 100644
--- a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java
+++ b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java
@@ -9,6 +9,8 @@
 import java.util.Date;
 
 /**
+ * 璐т綅淇℃伅
+ *
  * @Author:YAN
  */
 @Data
@@ -26,6 +28,10 @@
     @Column(name = "ID_", length = 50)
     @PropertyDef(label = "璐т綅缂栧彿")
     private String id;
+
+    @Column(name = "ggm", length = 50)
+    @PropertyDef(label = "鍥借鐮�")
+    private String ggm;
 
     @Column(name = "COMPANY_ID_", length = 10)
     @PropertyDef(label = "缁勭粐缂栫爜")
@@ -123,34 +129,5 @@
     @Column(name = "UPDATE_TIME_")
     @PropertyDef(label = "鏁版嵁鏇存柊鏃堕棿")
     private Date updateTime;
-
-    // ------------鍏朵粬灞炴�т俊鎭�------------//
-    @Transient
-    @PropertyDef(label = "绮鍝佺")
-    private String foodVarietyName;
-
-    @Transient
-    @PropertyDef(label = "绮鎬ц川")
-    private String foodTypeName;
-
-    @Transient
-    @PropertyDef(label = "浠撳簱绫诲瀷")
-    private String depotTypeName;
-
-    @Transient
-    @PropertyDef(label = "浠撳簱绫诲瀷")
-    private String depotStatusName;
-
-    @Transient
-    @PropertyDef(label = "绮绛夌骇")
-    private String foodLevelName;
-
-    @Transient
-    @PropertyDef(label = "X鍧愭爣", description = "涓夌淮妯″瀷涓潗鏍囷紝椤甸潰鏃犻渶缁存姢")
-    private Double posX;
-
-    @Transient
-    @PropertyDef(label = "Y鍧愭爣", description = "涓夌淮妯″瀷涓潗鏍囷紝椤甸潰鏃犻渶缁存姢")
-    private Double posY;
 
 }

--
Gitblit v1.9.3