Commit 7bcf67ce authored by 黄奎's avatar 黄奎

页面修改

parent 7d354d87
......@@ -50,7 +50,8 @@ namespace Edu.Model.Entity.Grade
/// <summary>
/// 学校编号
/// </summary>
public int School_Id {
public int School_Id
{
get { return defaultSId; }
set { defaultSId = value; }
}
......@@ -233,6 +234,5 @@ namespace Edu.Model.Entity.Grade
/// 滚动开班月份
/// </summary>
public string ScrollMonth { 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