Commit 778796c4 authored by liudong1993's avatar liudong1993

1

parent 863d9b63
...@@ -191,9 +191,15 @@ namespace Edu.Model.Entity.Course ...@@ -191,9 +191,15 @@ namespace Edu.Model.Entity.Course
/// </summary> /// </summary>
public int MakeUpHours { get; set; } public int MakeUpHours { get; set; }
/// <summary>
/// 学生有效课时(根据实收 与 合同单课时价计算)
/// </summary>
public decimal ValidClassHours { get; set; }
/// <summary> /// <summary>
/// 学生头像 /// 学生头像
/// </summary> /// </summary>
public string StuIcon { get; set; } public string StuIcon { get; set; }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment