src/main/java/com/moon/server/entity/sys/RoleResEntity.java
@@ -26,6 +26,8 @@ private String cnName; private Integer type; private Integer pid; private Integer level; @@ -99,6 +101,14 @@ this.cnName = cnName; } public Integer getType() { return type; } public void setType(Integer type) { this.type = type; } public Integer getPid() { return pid; }