From 14d3c8190a983b83cbf15e16e5f0836ecb313071 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 30 Mar 2023 14:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E8=AF=BE=E8=AE=A1=E5=88=92=E5=85=B3?= =?UTF-8?q?=E8=81=94=20=E8=80=83=E5=8A=A1=E7=AE=A1=E7=90=86=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OpenLessonPlan/OpenLessonPlanEntity.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs index 0a08002cc..2fca39457 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs @@ -276,6 +276,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration /// [Column("STATE")] public int? State { get; set; } + /// + /// 考务标识 + /// + [Column("EXAMTYPE")] + public string ExamType { get; set; } #endregion #region 扩展操作