using System;
using System.Collections.Generic;
using System.Linq;
using Znyc.Admin.Commons.Core.App;
using Znyc.Admin.Commons.Extend;
using Znyc.Admin.Commons.Json;
using Znyc.Admin.Commons.Log;
using Znyc.Admin.Commons.Mapping;
using Znyc.Admin.Commons.Tree;
using Znyc.Admin.Security.Dtos;
using Znyc.Admin.Security.Entitys;
using Znyc.Admin.Security.IServices;
namespace Znyc.Admin.Security.Application
{
///
///
///
public class MenuApp
{
private readonly IMenuService service = App.GetService();
private readonly ISystemTypeService systemservice = App.GetService();
private readonly IAdminUserService serviceUser = App.GetService();
///
/// 获取菜单树JsTree模式
///
///
public List MenuFuntionJsTree()
{
List list = new List();
List