namespace Szmedi.AIScriptRunner.Web { [Serializable] public class Permission { public List AuthOperationVO { get; set; } public bool IsAdmin { get; set; } public Dictionary Role { get; set; } } }