Compare commits

..

No commits in common. "12ffbe575490d17a9528194c8cd498790b757afd" and "ab5fc42607f20583400fdaf0b1300f6eecc283a6" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -103,7 +103,6 @@ namespace Learn.Archives.API.Controllers
item.AmountRelief = ex.AmountRelief;
item.ReliefApplication = ex.ReliefApplication;
item.StudentType = ex.StudentType.ToString();
item.Remark = ex.Remark;
item.ReliefType = ex?.ReliefType?.ToString();
item.ReliefSubTime = ex.ReliefSubTime?.ToString("yyyy-MM-dd") ?? string.Empty;

View File

@ -310,10 +310,6 @@ namespace Learn.Archives.Core.Model.Dto
/// 学生状态
/// </summary>
public UserStatusEnum Status { get; set; }
/// <summary>
/// 学生类型
/// </summary>
public string? StudentType { get; set; }
/// <summary>
/// 备注