using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yi.Framework.Rbac.Domain.Shared.Consts { /// /// 常量定义 /// public class RoleConst { public const string Exist = "该角色已经存在"; } }