|
|
@@ -113,7 +113,14 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
[Column("F_SCHOOLID")] |
|
|
|
public string F_SchoolId { get; set; } |
|
|
|
#endregion |
|
|
|
|
|
|
|
[NotMapped] |
|
|
|
public string LessonName { get; set; } |
|
|
|
[NotMapped] |
|
|
|
public string LessonSortDetailNo { get; set; } |
|
|
|
[NotMapped] |
|
|
|
public int? StartWeek { get; set; } |
|
|
|
[NotMapped] |
|
|
|
public int? EndWeek { get; set; } |
|
|
|
#region 扩展操作 |
|
|
|
/// <summary> |
|
|
|
/// 新增调用 |
|
|
|