Commit 701260b9 by zhangchen

修复角色bug

parent cd030f7e
......@@ -12,7 +12,7 @@ public class AdminResourcesBean {
/**
* 父级路径id
*/
private Integer parentId;
private Integer parentId = null;
/**
* 资源KEY
*/
......@@ -31,7 +31,7 @@ public class AdminResourcesBean {
/**
* 资源级别
*/
private Integer level;
private Integer level = null;
/**
* 角色描述
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment