From edb0ae72155f3c0454ecbe4f089975b1320d8b88 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 08 十一月 2025 17:15:08 +0800
Subject: [PATCH] 陕西2025版接口调整5-新增功能数据同步,包含4.0版本和6.1版本

---
 src/main/java/com/fzzy/api/entity/Api9109.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api9109.java b/src/main/java/com/fzzy/api/entity/Api9109.java
index 99c9b55..c527bbb 100644
--- a/src/main/java/com/fzzy/api/entity/Api9109.java
+++ b/src/main/java/com/fzzy/api/entity/Api9109.java
@@ -80,8 +80,8 @@
     private Integer cfs;
 
     @PropertyDef(label = "娌圭綈鏁�")
-    @Column(name = "ygs")
-    private Integer ygs;
+    @Column(name = "ajs")
+    private Integer ajs;
 
     @PropertyDef(label = "缁忓害")
     @Column(name = "jd", precision = 20, scale = 6)

--
Gitblit v1.9.3