增加同步API资源到资源列表接口

This commit is contained in:
wintel
2025-03-11 01:58:35 +08:00
parent a5bbfad2ff
commit 50769b94c6
5 changed files with 99 additions and 54 deletions

View File

@@ -37,6 +37,8 @@
//流程实例知会用户
public const string INSTANCE_NOTICE_USER = "INSTANCE_NOTICE_USER";
//流程实例知会角色
public const string INSTANCE_NOTICE_ROLE = "INSTANCE_NOTICE_ROLE";
public const string INSTANCE_NOTICE_ROLE = "INSTANCE_NOTICE_ROLE";
public const string API = "API_RESOURCE";
}
}