【添加】角色 增/改/删 接口处理完毕

This commit is contained in:
zer0Black
2023-10-02 22:01:30 +08:00
parent b5a4fa6c35
commit 28e53c2aa4
6 changed files with 127 additions and 7 deletions
@@ -55,4 +55,18 @@ public class DockingConstant {
*/
public static String BPMC_TYPE_ROLE_RESOURCE = "R_AR_AM";
/**
* 竹云统一认证平台,操作类型:新增
*/
public static String BPMC_ACTION_ADD = "add";
/**
* 竹云统一认证平台,操作类型:更新
*/
public static String BPMC_ACTION_UPDATE = "update";
/**
* 竹云统一认证平台,操作类型:删除
*/
public static String BPMC_ACTION_DELETE = "delete";
}