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/Api1206.java |   67 ++++++++++++++++++++++-----------
 1 files changed, 44 insertions(+), 23 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1206.java b/src/main/java/com/fzzy/api/entity/Api1206.java
index 468ffb1..b8704c4 100644
--- a/src/main/java/com/fzzy/api/entity/Api1206.java
+++ b/src/main/java/com/fzzy/api/entity/Api1206.java
@@ -2,7 +2,6 @@
 
 import com.alibaba.fastjson.annotation.JSONField;
 import com.bstek.dorado.annotation.PropertyDef;
-
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 
@@ -10,7 +9,6 @@
 import javax.persistence.Entity;
 import javax.persistence.Id;
 import javax.persistence.Table;
-
 import java.io.Serializable;
 import java.util.Date;
 
@@ -21,70 +19,78 @@
 @Entity
 @Table(name = "API_1206")
 @EqualsAndHashCode(callSuper = false)
-public class Api1206 extends ApiParent implements Serializable {
-	
-	public static String SORT_PROP = "ckjsdh";
+public class Api1206 implements Serializable {
+
+    public static String SORT_PROP = "ckjsdh";
 
     /**
-	 * 
-	 */
-	private static final long serialVersionUID = -8778664614878279565L;
+     *
+     */
+    private static final long serialVersionUID = -8778664614878279565L;
 
-	@Id
-    @PropertyDef(label = "鍑哄簱缁撶畻鍗曞彿" )
+    @Id
+    @PropertyDef(label = "鍑哄簱缁撶畻鍗曞彿")
     @Column(name = "ckjsdh", length = 33)
     private String ckjsdh;
 
-    @PropertyDef(label = "鍚堝悓鍙�" )
+    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜")
+    @Column(name = "tydwbm", length = 20)
+    private String tydwbm;
+
+    @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+    @Column(name = "tykqbm", length = 22)
+    private String tykqbm;
+
+    @PropertyDef(label = "鍚堝悓鍙�")
     @Column(name = "hth", length = 64)
     private String hth;
 
-    @PropertyDef(label = "缁撶畻鏁伴噺(鍏枻)" )
+    @PropertyDef(label = "缁撶畻鏁伴噺(鍏枻)")
     @Column(name = "jssl", precision = 20, scale = 6)
     private double jssl;
 
-    @PropertyDef(label = "缁撶畻鍗曚环(鍏�/鍏枻)" )
+    @PropertyDef(label = "缁撶畻鍗曚环(鍏�/鍏枻)")
     @Column(name = "jsdj", precision = 20, scale = 6)
     private double jsdj;
 
-    @PropertyDef(label = "缁撶畻閲戦(鍏�)" )
+    @PropertyDef(label = "缁撶畻閲戦(鍏�)")
     @Column(name = "jsje", precision = 20, scale = 6)
     private double jsje;
 
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
-    @PropertyDef(label = "缁撶畻鏃堕棿" )
+    @PropertyDef(label = "缁撶畻鏃堕棿")
     @Column(name = "jssj")
     private Date jssj;
 
-    @PropertyDef(label = "缁撶畻鏂瑰紡" )
+    @PropertyDef(label = "缁撶畻鏂瑰紡")
     @Column(name = "jsfs", length = 1)
     private String jsfs;
 
-    @PropertyDef(label = "浠樻浜�" )
+    @PropertyDef(label = "浠樻浜�")
     @Column(name = "fkr", length = 256)
     private String fkr;
 
-    @PropertyDef(label = "閾惰琛屽埆浠g爜" )
+    @PropertyDef(label = "閾惰琛屽埆浠g爜")
     @Column(name = "yhhbdm", length = 3)
     private String yhhbdm;
 
-    @PropertyDef(label = "寮�鎴疯鍙�" )
+    @PropertyDef(label = "寮�鎴疯鍙�")
     @Column(name = "khhh", length = 32)
     private String khhh;
 
-    @PropertyDef(label = "寮�鎴疯鍚嶇О" )
+    @PropertyDef(label = "寮�鎴疯鍚嶇О")
     @Column(name = "khhmc", length = 128)
     private String khhmc;
 
-    @PropertyDef(label = "閾惰璐﹀彿" )
+    @PropertyDef(label = "閾惰璐﹀彿")
     @Column(name = "yhzh", length = 32)
     private String yhzh;
 
-    @PropertyDef(label = "鍙戠エ鍙风爜" )
+    @PropertyDef(label = "鍙戠エ鍙风爜")
     @Column(name = "fphm", length = 10)
     private String fphm;
 
-    @PropertyDef(label = "鍙戠エ鐘舵��" )
+    @PropertyDef(label = "鍙戠エ鐘舵��")
     @Column(name = "fpzt", length = 1)
     private String fpzt;
 
@@ -101,4 +107,19 @@
     @PropertyDef(label = "璐т綅浠g爜")
     @Column(name = "hwdm", length = 30)
     private String hwdm;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "涓氬姟id")
+    @Column(name = "bizId", length = 40)
+    private String bizId;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "搴撳尯浠g爜")
+    @Column(name = "kqdm", length = 21)
+    private String kqdm;
+
+    @JSONField(serialize = false)
+    @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
+    @Column(name = "syncTime")
+    private Date syncTime;
 }

--
Gitblit v1.9.3