【modify】统一权限平台,菜单对接修改
This commit is contained in:
+6
-1
@@ -74,9 +74,14 @@ public class DockingConstant {
|
||||
*/
|
||||
public static int BPMC_RESOURCE_TYPE_MENU = 0;
|
||||
|
||||
/**
|
||||
* 竹云统一认证平台,功能权限(资源类型):子菜单
|
||||
*/
|
||||
public static int BPMC_RESOURCE_TYPE_CHILD_MENU = 1;
|
||||
|
||||
/**
|
||||
* 竹云统一认证平台,功能权限(资源类型):按钮
|
||||
*/
|
||||
public static int BPMC_RESOURCE_TYPE_BUTTON = 1;
|
||||
public static int BPMC_RESOURCE_TYPE_BUTTON = 2;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user