From 828912acbd094ab550fba821a0d1c95fdb36b81b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 十月 2023 13:46:51 +0800 Subject: [PATCH] 添加wmts属性 --- src/main/java/com/moon/server/entity/show/ExportEntity.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moon/server/entity/show/ExportEntity.java b/src/main/java/com/moon/server/entity/show/ExportEntity.java index 7d37533..32dd6cb 100644 --- a/src/main/java/com/moon/server/entity/show/ExportEntity.java +++ b/src/main/java/com/moon/server/entity/show/ExportEntity.java @@ -40,6 +40,8 @@ private double xmax; + private String wmtsUrl; + public String getToken() { return token; } @@ -143,4 +145,12 @@ public void setXmax(double xmax) { this.xmax = xmax; } + + public String getWmtsUrl() { + return wmtsUrl; + } + + public void setWmtsUrl(String wmtsUrl) { + this.wmtsUrl = wmtsUrl; + } } -- Gitblit v1.9.3