Commit a6dc7b1b authored by 黄奎's avatar 黄奎

页面修改

parent a6c3b3d1
......@@ -12,18 +12,5 @@ namespace Edu.Model.ViewModel.Course
/// 课程编号【逗号分隔】
/// </summary>
public string CourseIds { get; set; }
/// <summary>
/// 排序
/// </summary>
public decimal OrderFileds
{
get
{
decimal.TryParse(this.ChapterNo, out decimal Num);
return Num;
}
}
}
}
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