|
|
@@ -107,10 +107,15 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
[Column("SERVICEEDUCATION")] |
|
|
|
public string ServiceEducation { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 毕业院校系及专业 |
|
|
|
/// 毕业院校系 |
|
|
|
/// </summary> |
|
|
|
[Column("S_SCHOOLMAJOR")] |
|
|
|
public string S_SchoolMajor { get; set; } |
|
|
|
[Column("S_SCHOOL")] |
|
|
|
public string S_School { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 所属专业 |
|
|
|
/// </summary> |
|
|
|
[Column("S_MAJOR")] |
|
|
|
public string S_Major { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 通讯地址 |
|
|
|
/// </summary> |
|
|
|