Bladeren bron

TeachClass补充字段

西昌缴费二期
liangkun 2 jaren geleden
bovenliggende
commit
ba90987070
1 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  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 Bestand weergeven

@@ -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…
Annuleren
Opslaan