Commit 45550da8 authored by liudong1993's avatar liudong1993

1

parent 0504583b
......@@ -42,10 +42,18 @@ namespace Edu.Model.Entity.Course
/// </summary>
public int Group_Id { get; set; }
/// <summary>
/// 校区默认值
/// </summary>
private int defaultSId = -1;
/// <summary>
/// 学校编号
/// </summary>
public int School_Id { get; set; }
public int School_Id {
get { return defaultSId; }
set { defaultSId = value; }
}
/// <summary>
/// 创建人
......
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