using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using EMIS.ViewModel.EnrollManage.NewStudentManage;
namespace EMIS.ExtensionLogic.ServiceLogic.EnrollManage
{
public class NewStudentCollegeServices : EMIS.CommonLogic.EnrollManage.NewStudentManage.NewStudentCollegeServices
{
///
/// 招生信息Excel导入(预分配,需根据省招专业相关信息进行匹配--个性化)
/// 此为河北科大版本
///
///
///
///
///
///
///
public override void NewStudentCollegeImport(Dictionary cellheader, out int? inCount, out int? upCount, out List errdataList, out int? errCount, string sourcePhysicalPath)
{
throw new Exception("招生信息导入配置有误(根据个性化要求进行配置),请检查");
}
}
}