From ba909870705a24a8a4abbfac2c50b40617526e0e Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 28 Mar 2022 16:14:14 +0800 Subject: [PATCH] =?UTF-8?q?TeachClass=E8=A1=A5=E5=85=85=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TeachClass/TeachClassEntity.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs index bf2400be1..d205401d5 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeachClass/TeachClassEntity.cs @@ -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 扩展操作 /// /// 新增调用