三级菜单自动配置组件

This commit is contained in:
RuoYi
2020-11-28 21:19:14 +08:00
parent b199db3822
commit 20f85a37cf
6 changed files with 27 additions and 5 deletions

View File

@@ -54,6 +54,9 @@ public class UserConstants
/** Layout组件标识 */
public final static String LAYOUT = "Layout";
/** ParentView组件标识 */
public final static String PARENT_VIEW = "ParentView";
/** 校验返回结果码 */
public final static String UNIQUE = "0";