Exemple #1
0
 /// <summary>
 /// 获取树形结构的功能列表
 /// </summary>
 /// <param name="systemType">系统类型的OID</param>
 public List <FunctionNodeInfo> GetTree(string systemType)
 {
     return(functionDal.GetTree(systemType));
 }