From 5345f1658a3aec79085798202510e3d47223fafc Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 16 八月 2023 17:48:24 +0800 Subject: [PATCH] 1 --- 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 a297b77..b20e54d 100644 --- a/src/main/java/com/moon/server/entity/sys/LayerEntity.java +++ b/src/main/java/com/moon/server/entity/sys/LayerEntity.java @@ -52,6 +52,8 @@ private String proxy; + private int category; + public LayerEntity() { } @@ -222,4 +224,12 @@ public void setProxy(String proxy) { this.proxy = proxy; } + + public int getCategory() { + return category; + } + + public void setCategory(int category) { + this.category = category; + } } -- Gitblit v1.9.3