【添加】菜单 增/改/删 接口处理完毕
This commit is contained in:
+10
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user