feat: 优化rbac结构

This commit is contained in:
chenchun
2024-09-24 11:16:19 +08:00
parent 6359696bde
commit fd0edd93ea
23 changed files with 263 additions and 256 deletions

View File

@@ -0,0 +1,6 @@
namespace Yi.Framework.Rbac.Domain.Shared.Consts;
public class DictionaryConst
{
public const string Exist = "该字典已经存在";
}