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