|
@@ -276,6 +276,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
[Column("STATE")] |
|
|
[Column("STATE")] |
|
|
public int? State { get; set; } |
|
|
public int? State { get; set; } |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// 考务标识 |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
[Column("EXAMTYPE")] |
|
|
|
|
|
public string ExamType { get; set; } |
|
|
#endregion |
|
|
#endregion |
|
|
|
|
|
|
|
|
#region 扩展操作 |
|
|
#region 扩展操作 |
|
|