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