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/Api1404.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1404.java b/src/main/java/com/fzzy/api/entity/Api1404.java
index a1e9134..24deebe 100644
--- a/src/main/java/com/fzzy/api/entity/Api1404.java
+++ b/src/main/java/com/fzzy/api/entity/Api1404.java
@@ -58,8 +58,8 @@
     private String lhhwdm;
 
     @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
-    @Column(name = "tyhwbm", length = 28)
-    private String tyhwbm;
+    @Column(name = "lhhwtybm", length = 28)
+    private String lhhwtybm;
 
     @PropertyDef(label = "杞崲鏁伴噺" )
     @Column(name = "lhsl", precision = 20, scale = 6)

--
Gitblit v1.9.3