ComplianceServer/oldcode/Core.Web/WebHelper/UtilityModel/InnerRight.cs

12 lines
313 B
C#

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