/// <summary> /// 查询全部 ///</summary> public static List <Course> AllData(string WhereSrc, string PXzd, string PXType) { return(CourseDAL.AllData(WhereSrc, PXzd, PXType)); }