src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -22,6 +22,8 @@ private int isLayer; private int isShow; private String icon; private int level; @@ -105,6 +107,14 @@ this.isLayer = isLayer; } public int getIsShow() { return isShow; } public void setIsShow(int isShow) { this.isShow = isShow; } public String getIcon() { return icon; }