Quellcode durchsuchen

TeachClass补充字段

西昌缴费二期
liangkun vor 2 Jahren
Ursprung
Commit
ba90987070
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. +8
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs

+ 8
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs Datei anzeigen

@@ -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>
/// 新增调用


Laden…
Abbrechen
Speichern