Commit 6c5d1e29 authored by liudong1993's avatar liudong1993

1 部门增加 校区默认值

parent 23e0b3e3
......@@ -67,9 +67,18 @@ namespace Edu.Model.Entity.User
public DateTime UpdateTime { get; set; }
/// <summary>
/// 校区编号
/// 校区默认值
/// </summary>
public int School_Id { get; set; }
private int defaultSId = -1;
/// <summary>
/// 学校编号
/// </summary>
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