ConfigConst.cs 139 Bytes
namespace Yi.Framework.Rbac.Domain.Shared.Consts;

public class ConfigConst
{
    public const string Exist = "该配置已经存在";
}