From 7bfbdcdab10c58ecf96b45543c0d0df948af4ba5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 12 三月 2024 16:43:18 +0800 Subject: [PATCH] 修改根据类型查询元数据方法 --- src/main/java/com/lf/server/entity/ctrl/PubEntity.java | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/lf/server/entity/ctrl/PubEntity.java b/src/main/java/com/lf/server/entity/ctrl/PubEntity.java index 9a43e39..60f6c34 100644 --- a/src/main/java/com/lf/server/entity/ctrl/PubEntity.java +++ b/src/main/java/com/lf/server/entity/ctrl/PubEntity.java @@ -34,8 +34,6 @@ private List<Integer> srids; - private Double z; - private List<Double> zs; public String getType() { @@ -132,14 +130,6 @@ public void setSrids(List<Integer> srids) { this.srids = srids; - } - - public Double getZ() { - return z; - } - - public void setZ(Double z) { - this.z = z; } public List<Double> getZs() { -- Gitblit v1.9.3