Explorar el Código

TeachClass补充字段

西昌缴费二期
liangkun hace 2 años
padre
commit
ba90987070
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar