using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Core.Service; public class ZYFusionRequestDto { public string Year { get; set; } public string ProvinceCode { get; set; } /// /// 投档excel名称url /// public string FusionFilePath { get; set; } } public class SpiderReuqestDto { public string locationCode { get; set; } public string year { get; set; } } public class ZsPlanProExcelRequestInput { /// /// 批次名称 /// public string BatchName { get; set; } public string Year { get; set; } /// /// /// public string ProvinceCode { get; set; } /// /// 需处理的文件名 /// public string fileName { get; set; } } public class ZsPlanProExcelRequestInputV2 { public string locationCode { get; set; } public string year { get; set; } public string type { get; set;} } public class ZsHeNanPlanProExcelRequestInput { /// /// 批次名称 /// public string BatchName { get; set; } public string Year { get; set; } /// /// /// public string ProvinceCode { get; set; } /// /// 需处理的文件名 /// public string fileName1 { get; set; } public string fileName2 { get; set; } } public class ZyFusionInput { public string 专业代码 { get; set; } public string 专业名称 { get; set; } /// /// 专业组(上海)没有就为空 /// public string 专业组 { get; set; } public string 院校代码 { get; set; } public string 院校名称 { get; set; } public string 投档计划数 { get; set; } public string 最低位次 { get; set; } } public class ZySinglePlanInput { public string 学校 { get; set; } public string 批次 { get; set; } public string 全国统一招生代码 { get; set; } public string 科类 { get; set; } public string 专业代码 { get; set; } public string 专业 { get; set; } public string 选科要求 { get; set; } public string 专业组 { get; set; } public string 学制 { get; set; } public string 计划数 { get; set; } public string 学费 { get; set; } public string 专业备注 { get; set; } } public class ZyHeNanFusionInput { public string 年份 { get; set; } public string 院校名称 { get; set; } public string 科类 { get; set; } public string 批次 { get; set; } public string 最低分 { get; set; } public string 最低位次 { get; set; } } public class ZyHeNanTFusionInput { public string 年份 { get; set; } public string 全国统一招生代码 { get; set; } public string 院校名称 { get; set; } /// /// 类型:0 综合||1(物理)|2(历史)|3理科 |4 文科 /// public string 科类 { get; set; } public string 批次 { get; set; } public string 专业代码 { get; set; } public string 专业 { get; set; } public string 投档计划数 { get; set; } public string 最低分 { get; set; } public string 最低位次 { get; set; } } public class ZyFusionDocSHInput { /// /// 专业组(上海)没有就为空 /// public string 院校专业组代码 { get; set; } public string 院校专业组 { get; set; } public string 院校名称 { get; set; } public string 投档线 { get; set; } /// /// 类型:0 综合||1(物理)|2(历史)|3理科 |4 文科 /// public string 类型 { get; set;} } public class NPlanChangeUnName { public string newName { get; set; } public string oldName { get; set; } }