using System.Collections.Generic; namespace Admin.NET.Core.Service { /// /// 授权角色菜单 /// public class RoleMenuInput : BaseIdInput { /// /// 菜单Id集合 /// public List MenuIdList { get; set; } } }