using System.Collections.Generic; namespace WX.CRM.WebHelper.UtilityModel { public class InnerRight { public string RightId { get; set; } public string RightName { get; set; } public List ToolBars { get; set; } } }