From 0a6c8a0f85275adf4f18c3eb17c1e42fd0bafd13 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 03 十一月 2025 18:57:10 +0800
Subject: [PATCH] 陕西2025版接口调整4-新增接口页面
---
src/main/java/com/fzzy/api/entity/ApiConfs.java | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/ApiConfs.java b/src/main/java/com/fzzy/api/entity/ApiConfs.java
index db1f44e..4762287 100644
--- a/src/main/java/com/fzzy/api/entity/ApiConfs.java
+++ b/src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -165,7 +165,15 @@
@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