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/api/entity/Api1109.java |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1109.java b/src/main/java/com/fzzy/api/entity/Api1109.java
index 7f6ebfa..db561c0 100644
--- a/src/main/java/com/fzzy/api/entity/Api1109.java
+++ b/src/main/java/com/fzzy/api/entity/Api1109.java
@@ -17,7 +17,7 @@
 
 public class Api1109 implements Serializable {
 
-    public static String SORT_PROP = "id";
+    public static String SORT_PROP = "syncTime";
     /**
      *
      */
@@ -34,19 +34,23 @@
     private String wjdz;
 
     @PropertyDef(label = "鏂囦欢鍚嶇О")
-    @Column(name = "wjmc", length = 41)
+    @Column(name = "wjmc", length = 37)
     private String wjmc;
 
     @PropertyDef(label = "搴撳尯浠g爜")
     @Column(name = "kqdm", length = 21)
     private String kqdm;
 
+    @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+    @Column(name = "tykqbm", length = 22)
+    private String tykqbm;
+
     @PropertyDef(label = "鏂囦欢id")
     @Column(name = "fileStorageId", length = 20)
     private String fileStorageId;
 
-    @PropertyDef(label = "鏂囦欢绫诲瀷", description = "1锛氬簱鍖洪笩鐬板浘 2锛氬叆搴撳浘鐗� 3锛氬嚭搴撳浘鐗� 4锛氬叆搴撴鏂よ棰戯紙鎴彇妫�鏂ゆ椂闂村墠鍚庡悇 5绉掗挓瑙嗛锛�5锛氬嚭搴撴鏂よ棰戯紙鎴彇妫�鏂ゆ椂闂村墠鍚庡悇 5 绉掗挓瑙嗛锛�")
-    @Column(name = "wjlx", length = 1)
+    @PropertyDef(label = "鏂囦欢绫诲瀷", description = "1锛氬簱鍖洪笩鐬板浘 2锛氬叆搴撳浘鐗� 3锛氬嚭搴撳浘鐗� 4锛氬叆搴撴鏂よ棰戯紙鎴彇妫�鏂ゆ椂闂村墠鍚庡悇 5绉掗挓瑙嗛锛�5锛氬嚭搴撴鏂よ棰戯紙鎴彇妫�鏂ゆ椂闂村墠鍚庡悇 5 绉掗挓瑙嗛锛�104锛氱啅钂稿妗堟帴鍙i檮浠�")
+    @Column(name = "wjlx", length = 3)
     private String wjlx;
 
     @PropertyDef(label = "鏂囦欢娴�")
@@ -71,4 +75,10 @@
     @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
     @Column(name = "syncTime")
     private Date syncTime;
+
+    /*-----涓婃捣浣跨敤-----*/
+
+    @PropertyDef(label = "涓氬姟鍗曞彿", description = "褰撴枃浠剁被鍨嬩负1锛屼负绌猴紱褰撴枃浠剁被鍨嬩负2銆�3銆�4銆�5浼犲嚭鍏ュ簱涓氬姟鍗曞彿锛涘綋鏂囦欢绫诲瀷涓�6锛屼紶鍚堝悓鍙凤紱褰撴枃浠剁被鍨嬩负10.銆�11锛屼紶椋庨櫓鐐圭紪鐮�")
+    @Column(name = "ywdh")
+    private String ywdh;
 }

--
Gitblit v1.9.3