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