From 954b8500e7afdbf6bde1eba492bfaface3b704ab Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 09 八月 2023 14:27:24 +0800
Subject: [PATCH] 修改查询当前用户的图层授权接口

---
 src/main/java/com/moon/server/entity/sys/LayerEntity.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/sys/LayerEntity.java b/src/main/java/com/moon/server/entity/sys/LayerEntity.java
index c02bbc7..0196a62 100644
--- a/src/main/java/com/moon/server/entity/sys/LayerEntity.java
+++ b/src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -46,6 +46,8 @@
 
     private int type;
 
+    private String proxy;
+
     public LayerEntity() {
     }
 
@@ -192,4 +194,12 @@
     public void setType(int type) {
         this.type = type;
     }
+
+    public String getProxy() {
+        return proxy;
+    }
+
+    public void setProxy(String proxy) {
+        this.proxy = proxy;
+    }
 }

--
Gitblit v1.9.3