// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。 // // 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。 // // 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任! using MongoDB.Bson; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Core.Service; public class seachzsplanfusionRequestDto : PageBaseRequest { public string batchName { get; set; } /// /// 专业名称模糊查询 /// public string keyword { get; set; } /// /// /// public string universityName { get; set; } /// /// 筛选专业列表传入 /// public List majors { get; set; } /// /// 综合 /// //public List subjectType { get; set; } /// /// 公办 /// public List nature { get; set; } /// /// 选科组合 /// public List subjects { get; set; } /// /// 北京市 /// public List province { get; set; } /// /// 教育部 /// public List ownership { get; set; } /// /// /985/211/双一流大学/保研资格/基础学科拔尖/卓越医生拔尖创新/卓越法律复合应用/卓越法律涉外/高水平公共卫生学院/原卫生部 /// public List feature { get; set; } /// /// /// public string locationCode { get; set; } } /// /// /// public class zsplanfusionRequestDto : PageBaseRequest { public int? type { get; set; } /// /// 用户选科类型([p=0文理][p=1 3+3|][ p=2 7选3 ][p=3 3+1+2]) /// public int? p { get; set; } /// /// 专业名称模糊查询 /// public string keyword { get; set; } /// /// 分数 /// public int? score { get; set; } /// /// 分数区间 /// public int? startscore { get; set; } /// /// 分数区间 /// public int? endscore { get; set; } /// /// 筛选专业列表传入 /// public List majors { get; set; } /// /// 综合 /// public List subjectType { get; set; } /// /// 公办 /// public List nature { get; set; } /// /// 选科组合 /// public List subjects { get; set; } /// /// 北京市 /// public List province { get; set; } /// /// 教育部 /// public List ownership { get; set; } /// /// /985/211/双一流大学/保研资格/基础学科拔尖/卓越医生拔尖创新/卓越法律复合应用/卓越法律涉外/高水平公共卫生学院/原卫生部 /// public List feature { get; set; } public string batchName { get; set; } /// /// /// public string location { get; set; } } public class zsplanfusionDto { /// /// /// [JsonConverter(typeof(ObjectIdConverter))] public ObjectId _id { get; set; } /// /// /// public int pid { get; set; } /// /// 普通计划 /// public string enrollmentType { get; set; } /// /// /// public string enrollmentCode { get; set; } /// /// 北京大学 /// public string universityName { get; set; } public string batchName { get; set; } /// /// /// public string majorCode { get; set; } /// /// 文科试验班类(文科基础类专业)(中国语言文学类) /// public string majorName { get; set; } /// /// 综合 /// public string subjectType { get; set; } /// /// 公办 /// public string nature { get; set; } /// /// /// public string remark { get; set; } /// /// /// public string firstType { get; set; } /// /// 不限 /// public string _23subject { get; set; } /// /// 不限 /// public string _24subject { get; set; } /// /// /// public int _23Count { get; set; } /// /// /// public int? _Score { get; set; } public int? _ScoreLine { get; set; } /// /// /// public int _23Score { get; set; } /// /// /// public int _23ScoreLine { get; set; } /// /// 最新一年学校分数 /// public int _schoolScore { get; set; } /// /// 最新一年学校分数 /// public int _schoolScoreLine { get; set; } /// /// 最新一年学校分数 /// public int? _schoolAvgScore { get; set; } /// /// 最新一年学校分数 /// public int? _schoolAvgLine { get; set; } /// /// /// public int _22Count { get; set; } /// /// /// public int _22Score { get; set; } /// /// /// public int _22ScoreLine { get; set; } /// /// /// public int _21Count { get; set; } /// /// /// public int _21Score { get; set; } /// /// /// public int _21ScoreLine { get; set; } /// /// /// public string academicYear { get; set; } /// /// 待定 /// public string fee { get; set; } /// /// 专业组-上海数据 /// public string majorGroup { get; set; } /// /// 北京市 /// public string province { get; set; } /// /// 北京 /// public string city { get; set; } /// /// 教育部 /// public string ownership { get; set; } /// /// /985/211/双一流大学/保研资格/基础学科拔尖/卓越医生拔尖创新/卓越法律复合应用/卓越法律涉外/高水平公共卫生学院/原卫生部 /// public string lnstitutionalLevel { get; set; } /// /// /// public string professionalAssessment { get; set; } /// /// /// public string phDMajor { get; set; } /// /// /// public string mjaorLevel { get; set; } /// /// 本科 /// public string educationCategory { get; set; } /// /// /// public string location { get; set; } } public class OldzsplanfusionDto { /// /// /// [JsonConverter(typeof(ObjectIdConverter))] public ObjectId _id { get; set; } /// /// /// public int pid { get; set; } /// /// 普通计划 /// public string enrollmentType { get; set; } /// /// /// public string enrollmentCode { get; set; } /// /// 北京大学 /// public string universityName { get; set; } public string batchName { get; set; } /// /// /// public string majorCode { get; set; } /// /// 文科试验班类(文科基础类专业)(中国语言文学类) /// public string majorName { get; set; } /// /// 综合 /// public string subjectType { get; set; } /// /// 公办 /// public string nature { get; set; } /// /// /// public string remark { get; set; } /// /// /// public string firstType { get; set; } /// /// 不限 /// public string _23subject { get; set; } /// /// 不限 /// public string _24subject { get; set; } /// /// /// public int _23Count { get; set; } /// /// /// public int? _Score { get; set; } public int? _ScoreLine { get; set; } /// /// /// public int _23Score { get; set; } /// /// /// public int _23ScoreLine { get; set; } /// /// 最新一年学校分数 /// public int _23SchoolScore { get; set; } /// /// 最新一年学校分数 /// public int _23SchoolScoreLine { get; set; } /// /// 最新一年学校分数 /// public int? _23SchoolAvgScore { get; set; } /// /// 最新一年学校分数 /// public int? _23SchoolAvgLine { get; set; } /// /// /// public int _22Count { get; set; } /// /// /// public int _22Score { get; set; } /// /// /// public int _22ScoreLine { get; set; } /// /// /// public int _21Count { get; set; } /// /// /// public int _21Score { get; set; } /// /// /// public int _21ScoreLine { get; set; } /// /// /// public string academicYear { get; set; } /// /// 待定 /// public string fee { get; set; } /// /// 专业组-上海数据 /// public string majorGroup { get; set; } /// /// 北京市 /// public string province { get; set; } /// /// 北京 /// public string city { get; set; } /// /// 教育部 /// public string ownership { get; set; } /// /// /985/211/双一流大学/保研资格/基础学科拔尖/卓越医生拔尖创新/卓越法律复合应用/卓越法律涉外/高水平公共卫生学院/原卫生部 /// public string lnstitutionalLevel { get; set; } /// /// /// public string professionalAssessment { get; set; } /// /// /// public string phDMajor { get; set; } /// /// /// public string mjaorLevel { get; set; } /// /// 本科 /// public string educationCategory { get; set; } /// /// /// public string location { get; set; } } public class zsplanfusionmodel { /// /// /// [JsonConverter(typeof(ObjectIdConverter))] public ObjectId _id { get; set; } /// /// 批次 /// public string batchName { get; set; } /// /// /// public int pid { get; set; } /// /// 普通计划 /// public string enrollmentType { get; set; } /// /// /// public string enrollmentCode { get; set; } /// /// 北京大学 /// public string universityName { get; set; } /// /// /// public string majorCode { get; set; } /// /// 文科试验班类(文科基础类专业)(中国语言文学类) /// public string majorName { get; set; } /// /// 综合 /// public string subjectType { get; set; } /// /// 公办 /// public string nature { get; set; } /// /// /// public string remark { get; set; } /// /// /// public string firstType { get; set; } /// /// 不限 /// public string _23subject { get; set; } /// /// 不限 /// public string _24subject { get; set; } /// /// 选科对象 /// public List subjects { get; set; } /// /// 专业分数集合 /// public List items { get; set; } /// /// /// public int _score { get; set; } /// /// 位次 /// public int rankLine { get; set; } public int planCount { get; set; } /// /// /// public int _schoolScore { get; set; } /// /// /// public int _schoolScoreLine { get; set; } /// /// /// public int _schoolAvgScore { get; set; } /// /// /// public int _schoolAvgLine { get; set; } /// /// /// public string academicYear { get; set; } /// /// 待定 /// public string fee { get; set; } /// /// 专业组-上海数据 /// public string majorGroup { get; set; } /// /// 北京市 /// public string province { get; set; } /// /// 北京 /// public string city { get; set; } /// /// 教育部 /// public string ownership { get; set; } /// /// /985/211/双一流大学/保研资格/基础学科拔尖/卓越医生拔尖创新/卓越法律复合应用/卓越法律涉外/高水平公共卫生学院/原卫生部 /// public List features { get; set; } /// /// /// public string professionalAssessment { get; set; } /// /// /// public string phDMajor { get; set; } /// /// /// public List mjaorLevel { get; set; } /// /// 本科 /// public string educationCategory { get; set; } /// /// /// public string location { get; set; } } public class seachzsplanfusionResponse { public string academic { get; set; } public int lowScore { get; set; } public int lowscoreRank { get; set; } /// /// 批次 /// public string batchName { get; set; } //public int universityId { get; set; } public string universityName { get; set; } /// /// 全国统一招生代码 /// public string collegeCode { get; set; } public string provinceName { get; set; } public string cityName { get; set; } /// /// 985、211 /// public List features { get; set; } /// /// 计划数 /// public int planCount { get; set; } public string ownership { get; set; } /// /// 学费 /// public string fee { get; set; } /// /// 专业代码 /// public string majorCode { get; set; } /// /// 专业组 /// public string majorGroup { get; set; } /// /// 专业名称 /// public string major { get; set; } /// /// 专业备注 /// public string remark { get; set; } /// /// 选科组合 /// public string subjectClam { get; set; } /// /// 综合| /// public string subjectType { get; set; } /// /// /// // public string nature { get; set; } /// /// 招生计划主键Id /// public int planId { get; set; } } public class AICollectResponse { public long _id { get; set; } public long uId { get; set; } public string logo { get; set; } public string academic { get; set; } public int lowScore { get; set; } public int lowscoreRank { get; set; } public int _score { get; set; } public int _scoreRank { get; set; } /// /// 冲稳保 类型:冲2,稳1,保0 /// public int type { get; set; } public string batchName { get; set; } /// /// 百分比 /// public string percentAge { get; set; } /// /// 排名 /// public string rank { get; set; } //public int universityId { get; set; } public string universityName { get; set; } /// /// 全国统一招生代码 /// public string collegeCode { get; set; } public string provinceName { get; set; } public string cityName { get; set; } /// /// 985、211 /// public List features { get; set; } /// /// 计划数 /// public int planCount { get; set; } public string ownership { get; set; } /// /// 学费 /// public string fee { get; set; } /// /// 专业代码 /// public string majorCode { get; set; } /// /// 专业组 /// public string majorGroup { get; set; } /// /// 专业名称 /// public string major { get; set; } /// /// 专业备注 /// public string remark { get; set; } /// /// 选科组合 /// public string subjectClam { get; set; } /// /// 综合| /// public string subjectType { get; set; } /// /// /// public string nature { get; set; } /// /// /// public List planItems { get; set; } /// /// /// public string educationCategory { get; set; } /// /// 招生计划主键Id /// public int planId { get; set; } } public class ZyBatchRule { /// /// 批次名称 /// public string batchName { get; set; } /// /// 志愿组数量 /// public int Count { get; set; } /// /// 志愿组单个专业数量 /// public int ItemCount { get; set; } } public class OneKeyResponse { public long uId { get; set; } public string logo { get; set; } public int year { get; set; } /// /// 冲稳保 类型:冲2,稳1,保0 /// public int type { get; set; } /// /// 排名 /// public string rank { get; set; } //public int universityId { get; set; } public string universityName { get; set; } /// /// 全国统一招生代码 /// public string collegeCode { get; set; } public string provinceName { get; set; } public string cityName { get; set; } /// /// 985、211 /// public List features { get; set; } /// /// 百分比 /// public string percentAge { get; set; } public string ownership { get; set; } /// /// 综合| /// public string subjectType { get; set; } /// /// /// public string nature { get; set; } /// /// /// public string educationCategory { get; set; } /// /// 院校详情 /// public List childItems { get; set; } /// /// 专业列表 /// public List majorItems { get; set; } } public class OneKeyMajorItem { public long uId { get; set; } public string academic { get; set; } public int lowScore { get; set; } public int lowscoreRank { get; set; } /// /// 冲稳保 类型:冲2,稳1,保0 /// public int type { get; set; } /// /// 百分比 /// public string percentAge { get; set; } /// /// 招生计划主键Id /// public int planId { get; set; } /// /// /// public List planItems { get; set; } /// /// 计划数 /// public int planCount { get; set; } /// /// 学费 /// public string fee { get; set; } /// /// 专业代码 /// public string majorCode { get; set; } /// /// 专业组 /// public string majorGroup { get; set; } /// /// 专业名称 /// public string major { get; set; } /// /// 专业备注 /// public string remark { get; set; } /// /// 选科组合 /// public string subjectClam { get; set; } } public class OnekeyAiUniversityDto { public long _id { get; set; } public long uId { get; set; } public string logo { get; set; } /// /// 本科专科 /// public string educationCategory { get; set; } /// /// /// public int lowScore { get; set; } /// /// /// public int lowscoreRank { get; set; } /// /// 冲稳保 类型:冲2,稳1,保0 /// public int type { get; set; } public string percentAge { get; set; } /// /// 公办/民办 /// public string nature { get; set; } /// /// 排名 /// public string rank { get; set; } /// /// 院校名称 /// public string unName { get; set; } /// /// 全国统一招生代码 /// public string collegeCode { get; set; } /// /// 北京市 /// public string province { get; set; } /// /// 北京 /// public string city { get; set; } /// /// 教育部 /// public string ownership { get; set; } /// /// 985、211 /// public List features { get; set; } /// /// 计划数 /// public int planCount { get; set; } /// /// 专业数量 /// public int MajorCount { get; set; } public int year { get; set; } /// /// 专业详情 /// public List items { get; set; } /// /// 院校详情 /// public List childItems { get; set; } } public class UChildItem { public string year { get; set; } public int planCount { get; set; } public int count { get; set; } /// /// 位次 /// public double rankLine { get; set; } ///// ///// 最低分 ///// public double score { get; set; } } public class OnekeyAiMajorItem { public int planCount { get; set; } public string academic { get; set; } /// /// 招生计划主键Id /// public int planId { get; set; } /// /// 冲稳保 类型:冲2,稳1,保0 /// public int type { get; set; } /// /// 百分比 /// public string percentAge { get; set; } /// /// 学费 /// public string fee { get; set; } /// /// 专业最低分 /// public int score { get; set; } /// /// 专业最低位次 /// public int rankline { get; set; } /// /// 专业代码 /// public string majorCode { get; set; } /// /// 专业组 /// public string majorGroup { get; set; } /// /// 专业名称 /// public string major { get; set; } /// /// 专业备注 /// public string remark { get; set; } /// /// 选科组合 /// public string subjectClam { get; set; } public List items { get; set; } } public class PlanItem { public string year { get; set; } public int planCount { get; set; } public int count { get; set; } /// /// 位次 /// public int rankLine { get; set; } ///// ///// 最低分 ///// public int score { get; set; } } /// /// 仅仅是招生计划书上面的数据 /// public class singlezsPlanmodel { /// /// /// [JsonConverter(typeof(ObjectIdConverter))] public ObjectId _id { get; set; } public string locationCode { get; set; } /// /// 批次 /// public string batchName { get; set; } /// /// 普通计划 /// public string enrollmentType { get; set; } /// /// /// public string enrollmentCode { get; set; } /// /// 北京大学 /// public string universityName { get; set; } /// /// /// public string majorCode { get; set; } /// /// 文科试验班类(文科基础类专业)(中国语言文学类) /// public string majorName { get; set; } /// /// 综合/文理 /// public string subjectType { get; set; } /// /// /// public string subjectClam { get; set; } /// /// /// public string remark { get; set; } /// /// 招生计划 /// public int? plancount { get; set; } /// /// 学制 /// public string academicYear { get; set; } /// ///fee /// public string fee { get; set; } /// /// 专业组-上海数据 /// public string majorGroup { get; set; } } public class planadmissionMarkDto { public List Years { get; set; } public List newZsplanfusions { get; set; } } public class newZsplanfusionDto { /// /// /// [JsonConverter(typeof(ObjectIdConverter))] public ObjectId _id { get; set; } public string college_code { get; set; } /// /// 院校名称 /// public string college_recruit_name { get; set; } public string subject_id { get; set; } public string subject_name { get; set; } public int college_id { get; set; } public string b_college_name { get; set; } /// /// 专业编号 /// public string major_code { get; set; } /// /// 专业名称 /// public string major_name { get; set; } public string major_memo { get; set; } /// ///录取人数 /// public string enroll_num { get; set; } /// /// 最低分数 /// public string score_min { get; set; } /// /// 最高分数 /// public string score_max { get; set; } /// /// 平均分 /// public string score_average { get; set; } /// /// 最低位次 /// public string rank_min { get; set; } public string rank_max { get; set; } /// /// 平均位次 /// public string rank_average { get; set; } /// /// /// public string post_score { get; set; } public string post_score_grading { get; set; } public string volunteer_type { get; set; } public string second_subject { get; set; } public string group_code { get; set; } public string group_name { get; set; } public int year { get; set; } public string location { get; set; } }