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; } }