mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-14 21:46:38 +08:00
feat: 优化rbac结构
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Yi.Framework.Rbac.Domain.Shared.Consts;
|
||||
|
||||
public class DictionaryConst
|
||||
{
|
||||
public const string Exist = "该字典已经存在";
|
||||
}
|
||||
Reference in New Issue
Block a user