From 1dde554c630e2de8ac7b234e57d4f12d7190f3f9 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 28 十月 2025 18:43:32 +0800
Subject: [PATCH] 武汉接口调整
---
 src/main/java/com/fzzy/api/entity/ApiConfs.java |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/ApiConfs.java b/src/main/java/com/fzzy/api/entity/ApiConfs.java
index 2349685..4762287 100644
--- a/src/main/java/com/fzzy/api/entity/ApiConfs.java
+++ b/src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -157,8 +157,23 @@
     @PropertyDef(label = "鏄惁涓婄嚎")
     @Column(name = "exe_tag", length = 2)
     private String exeTag = Constant.YN_Y;
-    
-    
+
+    @PropertyDef(label = "缁熶竴缂栫爜鎷夊彇鍦板潃")
+    @Column(name = "GB_CODING_Url", length = 200)
+    private String gbCodingUrl;
+
+    @PropertyDef(label = "缁熶竴缂栫爜涓婁紶")
+    @Column(name = "GB_CODING_TAG_", length = 200)
+    private String gbCodingTag;
+
+    @PropertyDef(label = "椤甸潰涓殑鍧愭爣")
+    @Column(name = "POS_X_", precision = 20, scale = 6)
+    private Double posX = 0.0;
+
+    @PropertyDef(label = "椤甸潰涓殑鍧愭爣")
+    @Column(name = "POS_Y_", precision = 20, scale = 6)
+    private Double posY = 0.0;
+
     @Transient
     @PropertyDef(label = "妯℃嫙寰楀垎")
     private int grade;
--
Gitblit v1.9.3