跳转没有数据的接口
parent
f502b9ae60
commit
e94030c99e
|
|
@ -15,7 +15,6 @@ namespace New_College.Model.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int UId { get; set; }
|
public int UId { get; set; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -42,7 +41,15 @@ namespace New_College.Model.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string CityName { get; set; }
|
public string CityName { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Logo { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Web { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 排名
|
/// 排名
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@ namespace New_College.Repository
|
||||||
_985 = c._985,
|
_985 = c._985,
|
||||||
_211 = c._211,
|
_211 = c._211,
|
||||||
_SYL = c._SYL,
|
_SYL = c._SYL,
|
||||||
Logo = "https://img1.youzy.cn/content/media/thumbs/p00189371.jpeg",
|
Logo = c.Logo,
|
||||||
Web = "https://www.pku.edu.cn/",
|
Web = c.Web,
|
||||||
UniversityType = c.SchoolType,
|
UniversityType = c.SchoolType,
|
||||||
SubjectLevel = c.EducationCategory,
|
SubjectLevel = c.EducationCategory,
|
||||||
Rank = string.IsNullOrEmpty(c.Rank) ? "9999" : c.Rank
|
Rank = string.IsNullOrEmpty(c.Rank) ? "9999" : c.Rank
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue