コード例 #1
0
 /// <summary>
 /// 获得系统用户树形列表
 /// </summary>
 /// <param name="strWhere">过滤条件</param>
 /// <returns></returns>
 public DataSet GetTreeList(string strWhere)
 {
     return(DAL.GetTreeList(strWhere));
 }