using System.Collections.Generic; namespace Admin.NET.Core.Service { /// /// 授权角色机构 /// public class RoleOrgInput : BaseIdInput { /// /// 数据范围 /// public int DataScope { get; set; } /// /// 机构Id集合 /// public List OrgIdList { get; set; } } }