update 简化查询菜单功能

This commit is contained in:
疯狂的狮子li
2022-03-03 11:25:37 +08:00
parent 901940b042
commit 58981b5b3d
4 changed files with 25 additions and 25 deletions

View File

@@ -61,6 +61,16 @@ public interface UserConstants {
*/
String NO_FRAME = "1";
/**
* 菜单正常状态
*/
String MENU_NORMAL = "0";
/**
* 菜单停用状态
*/
String MENU_DISABLE = "1";
/**
* 菜单类型(目录)
*/