namespace Admin.NET.Core.Service; /// /// 角色菜单输出参数 /// public class RoleMenuOutput { /// /// Id /// public long Id { get; set; } /// /// 名称 /// public string Title { get; set; } }