using SqlSugar;
namespace New_College.Model.Models
{
///
///
///
//[SugarTable("T_TbSNeedDataInfo")]
public class T_TbSNeedDataInfo
{
///
/// 主键ID
///
[SugarColumn(ColumnName = "ID")]
public long ID { get; set; }
///
/// 招生类型
///
[SugarColumn(ColumnName="EnrollmentType" )]
public string EnrollmentType { get; set; }
///
/// 全国统一招生代码
///
[SugarColumn(ColumnName="EnrollmentCode" )]
public string EnrollmentCode { get; set; }
///
/// 院校名称
///
[SugarColumn(ColumnName="UniversityName" )]
public string UniversityName { get; set; }
///
/// 专业代码
///
[SugarColumn(ColumnName="MajorCode" )]
public string MajorCode { get; set; }
///
/// 专业名称
///
[SugarColumn(ColumnName="MajorName" )]
public string MajorName { get; set; }
///
/// 办学性质
///
[SugarColumn(ColumnName="Nature" )]
public string Nature { get; set; }
///
/// 注意事项
///
[SugarColumn(ColumnName="Remark" )]
public string Remark { get; set; }
///
/// 专业大类
///
[SugarColumn(ColumnName="FirstType" )]
public string FirstType { get; set; }
///
///
///
[SugarColumn(ColumnName="_23subject" )]
public string _23subject { get; set; }
///
///
///
[SugarColumn(ColumnName="_24subject" )]
public string _24subject { get; set; }
///
///
///
[SugarColumn(ColumnName="_23Count" )]
public string _23Count { get; set; }
///
///
///
[SugarColumn(ColumnName="_Score" )]
public string _Score { get; set; }
///
///
///
[SugarColumn(ColumnName="_23Score" )]
public string _23Score { get; set; }
///
///
///
[SugarColumn(ColumnName="_23ScoreLine" )]
public string _23ScoreLine { get; set; }
///
///
///
[SugarColumn(ColumnName="_23SchoolScore" )]
public string _23SchoolScore { get; set; }
///
///
///
[SugarColumn(ColumnName="_23SchoolScoreLine" )]
public string _23SchoolScoreLine { get; set; }
///
///
///
[SugarColumn(ColumnName="_23SchoolAvgScore" )]
public string _23SchoolAvgScore { get; set; }
///
///
///
[SugarColumn(ColumnName="_23SchoolAvgLine" )]
public string _23SchoolAvgLine { get; set; }
///
///
///
[SugarColumn(ColumnName="_22Count" )]
public string _22Count { get; set; }
///
///
///
[SugarColumn(ColumnName="_22Score" )]
public string _22Score { get; set; }
///
///
///
[SugarColumn(ColumnName="_22ScoreLine" )]
public string _22ScoreLine { get; set; }
///
///
///
[SugarColumn(ColumnName="_21Count" )]
public string _21Count { get; set; }
///
///
///
[SugarColumn(ColumnName="_21Score" )]
public string _21Score { get; set; }
///
///
///
[SugarColumn(ColumnName="_21ScoreLine" )]
public string _21ScoreLine { get; set; }
///
///
///
[SugarColumn(ColumnName="_20Count" )]
public string _20Count { get; set; }
///
///
///
[SugarColumn(ColumnName="_20Score" )]
public string _20Score { get; set; }
///
///
///
[SugarColumn(ColumnName="_20ScoreLine" )]
public string _20ScoreLine { get; set; }
///
/// 学制
///
[SugarColumn(ColumnName="AcademicYear" )]
public string AcademicYear { get; set; }
///
///
///
[SugarColumn(ColumnName="Fee" )]
public string Fee { get; set; }
///
///
///
[SugarColumn(ColumnName="Province" )]
public string Province { get; set; }
///
///
///
[SugarColumn(ColumnName="City" )]
public string City { get; set; }
///
/// 主管部门
///
[SugarColumn(ColumnName="Ownership" )]
public string Ownership { get; set; }
///
/// 院校水平
///
[SugarColumn(ColumnName="LnstitutionalLevel" )]
public string LnstitutionalLevel { get; set; }
///
/// 专业评估
///
[SugarColumn(ColumnName="ProfessionalAssessment" )]
public string ProfessionalAssessment { get; set; }
///
/// 硕士点
///
[SugarColumn(ColumnName="MastersDegree" )]
public string MastersDegree { get; set; }
///
/// 硕士专业
///
[SugarColumn(ColumnName="MastersMajor" )]
public string MastersMajor { get; set; }
///
/// 博士点
///
[SugarColumn(ColumnName="PhDPoint" )]
public string PhDPoint { get; set; }
///
/// 博士专业
///
[SugarColumn(ColumnName="PhDMajor" )]
public string PhDMajor { get; set; }
///
/// 专业水平
///
[SugarColumn(ColumnName="MjaorLevel" )]
public string MjaorLevel { get; set; }
///
/// 本/专
///
[SugarColumn(ColumnName="EducationCategory" )]
public string EducationCategory { get; set; }
///
/// 院校排名
///
[SugarColumn(ColumnName="UniversityRank" )]
public string UniversityRank { get; set; }
///
/// 专业排名
///
[SugarColumn(ColumnName="MajorRank" )]
public string MajorRank { get; set; }
///
/// 专业占比
///
[SugarColumn(ColumnName="MajorRankPercentage" )]
public string MajorRankPercentage { get; set; }
///
/// 专业数量
///
[SugarColumn(ColumnName="MajorCount" )]
public string MajorCount { get; set; }
///
///
///
[SugarColumn(ColumnName="VRUrl" )]
public string VRUrl { get; set; }
///
/// 就业质量
///
[SugarColumn(ColumnName="EmploymentQuality" )]
public string EmploymentQuality { get; set; }
///
/// 所在地
///
[SugarColumn(ColumnName = "Location")]
public string Location { get; set; }
}
}