【添加】菜单 增/改/删 接口处理完毕

This commit is contained in:
zer0Black
2023-10-02 22:54:52 +08:00
parent 28e53c2aa4
commit 8835e61f4e
5 changed files with 160 additions and 2 deletions
@@ -69,4 +69,14 @@ public class DockingConstant {
*/
public static String BPMC_ACTION_DELETE = "delete";
/**
* 竹云统一认证平台,功能权限(资源类型):菜单
*/
public static int BPMC_RESOURCE_TYPE_MENU = 0;
/**
* 竹云统一认证平台,功能权限(资源类型):按钮
*/
public static int BPMC_RESOURCE_TYPE_BUTTON = 1;
}