290 lines
8.3 KiB
C#
290 lines
8.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace New_College.Model
|
|
{
|
|
|
|
public class MinOccupationRequest
|
|
{
|
|
/// <summary>
|
|
/// 是否带查询
|
|
/// </summary>
|
|
public string Name { get; set; }
|
|
|
|
/// <summary>
|
|
/// 是否热门岗位
|
|
/// </summary>
|
|
public bool IsHot { get; set; }
|
|
|
|
}
|
|
|
|
public class OccupationResult
|
|
{
|
|
/// <summary>
|
|
/// 主键id
|
|
/// </summary>
|
|
public int Id { get; set; }
|
|
/// <summary>
|
|
/// 职业名称
|
|
/// </summary>
|
|
public string Name { get; set; }
|
|
}
|
|
|
|
public class uniOccSelect
|
|
{
|
|
public int ParentId { get; set; }
|
|
public int Level { get; set; }
|
|
public int Id { get; set; }
|
|
public string Name { get; set; }
|
|
public string OccupationName { get; set; }
|
|
}
|
|
|
|
/// <summary>
|
|
/// 职业
|
|
/// </summary>
|
|
public class OccupationDetailResult
|
|
{
|
|
public int Status { get; set; }
|
|
/// <summary>
|
|
/// 主键id
|
|
/// </summary>
|
|
public string Id { get; set; }
|
|
/// <summary>
|
|
/// 职业名称
|
|
/// </summary>
|
|
public string Name { get; set; }
|
|
/// <summary>
|
|
/// 排序
|
|
/// </summary>
|
|
public int Sort { get; set; }
|
|
|
|
|
|
public string JobContent { get; set; }
|
|
/// <summary>
|
|
/// 发展前景
|
|
/// </summary>
|
|
public string Prospects { get; set; }
|
|
|
|
/// <summary>
|
|
/// 岗位要求
|
|
/// </summary>
|
|
public string Requirements { get; set; }
|
|
|
|
/// <summary>
|
|
/// 个人发展
|
|
/// </summary>
|
|
public string PersonProspects { get; set; }
|
|
|
|
/// <summary>
|
|
/// 职业就业趋势
|
|
/// </summary>
|
|
public string OccuptionTrend { get; set; }
|
|
|
|
/// <summary>
|
|
/// 职业介绍
|
|
/// </summary>
|
|
public string OccupationIntraduce { get; set; }
|
|
}
|
|
|
|
public class Result
|
|
{
|
|
public int totalCount { get; set; }
|
|
public Item[] items { get; set; }
|
|
}
|
|
|
|
public class Item
|
|
{
|
|
public int numId { get; set; }
|
|
public string code { get; set; }
|
|
public string gbCode { get; set; }
|
|
public string cnName { get; set; }
|
|
public string logoUrl { get; set; }
|
|
public string natureType { get; set; }
|
|
public string eduLevel { get; set; }
|
|
public string belong { get; set; }
|
|
public string[] categories { get; set; }
|
|
public string[] features { get; set; }
|
|
public object[] artFeatures { get; set; }
|
|
public string provinceCode { get; set; }
|
|
public string provinceName { get; set; }
|
|
public string cityName { get; set; }
|
|
public int hits { get; set; }
|
|
public int ranking { get; set; }
|
|
public int rankingOfWSL { get; set; }
|
|
public int rankingOfRK { get; set; }
|
|
public int rankingOfXYH { get; set; }
|
|
public int rankingOfQS { get; set; }
|
|
public int rankingOfUSNews { get; set; }
|
|
public int rankingOfEdu { get; set; }
|
|
public float comScore { get; set; }
|
|
public string id { get; set; }
|
|
}
|
|
|
|
|
|
|
|
|
|
public class UniversityDetailobject
|
|
{
|
|
public DetailResult result { get; set; }
|
|
public string code { get; set; }
|
|
public string message { get; set; }
|
|
public string fullMessage { get; set; }
|
|
public DateTime timestamp { get; set; }
|
|
public bool isSuccess { get; set; }
|
|
}
|
|
|
|
public class DetailResult
|
|
{
|
|
public int numId { get; set; }
|
|
public string code { get; set; }
|
|
public string gbCode { get; set; }
|
|
public string cnName { get; set; }
|
|
public string logoUrl { get; set; }
|
|
public string vrUrl { get; set; }
|
|
public string vrShortUrl { get; set; }
|
|
public string provinceCode { get; set; }
|
|
public string provinceName { get; set; }
|
|
public string cityName { get; set; }
|
|
public Address[] address { get; set; }
|
|
public string createdYear { get; set; }
|
|
public string celebrateDay { get; set; }
|
|
public string natureType { get; set; }
|
|
public string eduLevel { get; set; }
|
|
public string[] categories { get; set; }
|
|
public string[] features { get; set; }
|
|
public object[] artFeatures { get; set; }
|
|
public string[] entranceType { get; set; }
|
|
public string belong { get; set; }
|
|
public string introduction { get; set; }
|
|
public Nameused[] nameUsed { get; set; }
|
|
public string enName { get; set; }
|
|
public string shortName { get; set; }
|
|
public string motto { get; set; }
|
|
public string song { get; set; }
|
|
public string songMp3Url { get; set; }
|
|
public Award[] awards { get; set; }
|
|
public int numberOfStu { get; set; }
|
|
public int maleRateOfStu { get; set; }
|
|
public int femaleRateOfStu { get; set; }
|
|
public int numberOfBen { get; set; }
|
|
public int maleRateOfBen { get; set; }
|
|
public int femaleRateOfBen { get; set; }
|
|
public int numberOfYan { get; set; }
|
|
public int maleRateOfYan { get; set; }
|
|
public int femaleRateOfYan { get; set; }
|
|
public int numberOfBo { get; set; }
|
|
public int maleRateOfBo { get; set; }
|
|
public int femaleRateOfBo { get; set; }
|
|
public Pointsofshuo[] pointsOfShuo { get; set; }
|
|
public Pointsofbo[] pointsOfBo { get; set; }
|
|
public int numberOfBSH { get; set; }
|
|
public object[] academicians { get; set; }
|
|
public string rateOfBaoYan { get; set; }
|
|
public object[] histories { get; set; }
|
|
public object[] alumnis { get; set; }
|
|
public string webSite { get; set; }
|
|
public string zhaoBanWZ { get; set; }
|
|
public string[] zhaoBanDH { get; set; }
|
|
public string shuoShiWebSite { get; set; }
|
|
public string shuoShiZBWZ { get; set; }
|
|
public string[] shuoShiZBDH { get; set; }
|
|
public string lastOperator { get; set; }
|
|
public DateTime updatedAt { get; set; }
|
|
public string bannerUrl { get; set; }
|
|
public int hits { get; set; }
|
|
public string[] bxType { get; set; }
|
|
public string[] bxLevel { get; set; }
|
|
public string star { get; set; }
|
|
public string majorRule { get; set; }
|
|
public int rankingOfWSL { get; set; }
|
|
public int rankingOfRK { get; set; }
|
|
public int rankingOfXYH { get; set; }
|
|
public int rankingOfUSNews { get; set; }
|
|
public int rankingOfQS { get; set; }
|
|
public int rankingOfEdu { get; set; }
|
|
public string id { get; set; }
|
|
}
|
|
|
|
|
|
|
|
public class UnImglistobject
|
|
{
|
|
public UnImglistResult result { get; set; }
|
|
public string code { get; set; }
|
|
public string message { get; set; }
|
|
public string fullMessage { get; set; }
|
|
public DateTime timestamp { get; set; }
|
|
public bool isSuccess { get; set; }
|
|
}
|
|
|
|
public class UnImglistResult
|
|
{
|
|
public int numId { get; set; }
|
|
public string code { get; set; }
|
|
public string cnName { get; set; }
|
|
public string provinceName { get; set; }
|
|
public string logoUrl { get; set; }
|
|
public string[] features { get; set; }
|
|
public int hits { get; set; }
|
|
public Url[] urls { get; set; }
|
|
}
|
|
|
|
public class Url
|
|
{
|
|
public string description { get; set; }
|
|
public string url { get; set; }
|
|
public bool isBanner { get; set; }
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class Address
|
|
{
|
|
public string name { get; set; }
|
|
public string address { get; set; }
|
|
public string coordinate { get; set; }
|
|
}
|
|
|
|
public class Nameused
|
|
{
|
|
public int startYear { get; set; }
|
|
public string startTimeText { get; set; }
|
|
public string endTimeText { get; set; }
|
|
public int endYear { get; set; }
|
|
public string name { get; set; }
|
|
}
|
|
|
|
public class Award
|
|
{
|
|
public string name { get; set; }
|
|
public int year { get; set; }
|
|
public int month { get; set; }
|
|
}
|
|
|
|
public class Pointsofshuo
|
|
{
|
|
public int number { get; set; }
|
|
public string type { get; set; }
|
|
}
|
|
|
|
public class Pointsofbo
|
|
{
|
|
public int number { get; set; }
|
|
public string type { get; set; }
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|