From a00b7ba531912be45a9fde68942755ab33f211ef Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 30 十月 2025 19:30:08 +0800
Subject: [PATCH] 陕西2025版接口调整1
---
src/main/java/com/fzzy/api/entity/Api1305.java | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/Api1305.java b/src/main/java/com/fzzy/api/entity/Api1305.java
index bc7e097..ff71b88 100644
--- a/src/main/java/com/fzzy/api/entity/Api1305.java
+++ b/src/main/java/com/fzzy/api/entity/Api1305.java
@@ -21,7 +21,7 @@
@Entity
@Table(name = "API_1305")
@EqualsAndHashCode(callSuper=false)
-public class Api1305 extends ApiParent implements Serializable {
+public class Api1305 implements Serializable {
/**
*
@@ -41,6 +41,10 @@
@PropertyDef(label = "浠撴埧浠g爜" )
@Column(name = "cfdm", length = 25)
private String cfdm;
+
+ @PropertyDef(label = "缁熶竴浠撴埧缂栫爜")
+ @Column(name = "tycfbm", length = 25)
+ private String tycfbm;
@PropertyDef(label = "閫氶鐩殑" )
@Column(name = "tfmd", length = 128)
@@ -235,4 +239,24 @@
@Column(name = "zhgxsj")
private Date zhgxsj;
+ @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 = "璐т綅浠g爜")
+ @Column(name = "hwdm", length = 30)
+ private String hwdm;
+
+ @JSONField(serialize = false)
+ @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�")
+ @Column(name = "syncTime")
+ private Date syncTime;
}
--
Gitblit v1.9.3