コード例 #1
0
 /// <summary>
 /// 查询全部
 ///</summary>
 public static List <Department> AllData(string WhereSrc, string PXzd, string PXType)
 {
     return(DepartmentDAL.AllData(WhereSrc, PXzd, PXType));
 }