|
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; }
|
|
}
|
|
} |