|
|
@@ -64,11 +64,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
/// </summary> |
|
|
|
[Column("CARDNO")] |
|
|
|
public string CardNo { get; set; } |
|
|
|
///// <summary> |
|
|
|
///// 系所号 |
|
|
|
///// </summary> |
|
|
|
//[Column("DEPTNO")] |
|
|
|
//public string DeptNo { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 系所号 |
|
|
|
/// </summary> |
|
|
|
[Column("DEPTNO")] |
|
|
|
public string DeptNo { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 专业 |
|
|
|
/// </summary> |
|
|
@@ -233,18 +233,23 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
/// <summary> |
|
|
|
/// 是否服从安排 |
|
|
|
/// </summary> |
|
|
|
[Column("ISPLAN")] |
|
|
|
public bool? IsPlan { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 准考证号 |
|
|
|
/// </summary> |
|
|
|
[Column("EXAMNO")] |
|
|
|
public string ExamNo { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 联系人 |
|
|
|
/// </summary> |
|
|
|
[Column("LINKMAN")] |
|
|
|
public string LinkMan { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 联系电话 |
|
|
|
/// </summary> |
|
|
|
[Column("LINKPHONE")] |
|
|
|
|
|
|
|
public string LinkPhone { get; set; } |
|
|
|
|
|
|
|
#endregion |
|
|
|