This commit is contained in:
parent
5d773ddbe3
commit
444e683397
|
|
@ -46,5 +46,9 @@ namespace LearningOfficer.OA.Common.Dtos.User
|
|||
/// 默认值:
|
||||
///</summary>
|
||||
public int GraduationYear { get; set; }
|
||||
/// <summary>
|
||||
/// 账号
|
||||
/// </summary>
|
||||
public string Account { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,8 @@ namespace LearningOfficer.OA.Services
|
|||
ClassName = c.ClassName,
|
||||
GradeLevel = c.GradeLevel,
|
||||
GraduationYear = c.GraduationYear,
|
||||
SchoolName = s.Name
|
||||
SchoolName = s.Name,
|
||||
Account = u.Account
|
||||
}).ToListAsync();
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue