|
|
@@ -234,6 +234,18 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
/// 是否服从安排 |
|
|
|
/// </summary> |
|
|
|
public bool? IsPlan { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 准考证号 |
|
|
|
/// </summary> |
|
|
|
public string ExamNo { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 联系人 |
|
|
|
/// </summary> |
|
|
|
public string LinkMan { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 联系电话 |
|
|
|
/// </summary> |
|
|
|
public string LinkPhone { get; set; } |
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|