Commit 1312fb5f authored by 黄奎's avatar 黄奎

页面修改

parent 73664f6d
...@@ -7,9 +7,19 @@ namespace Edu.Model.ViewModel.Course ...@@ -7,9 +7,19 @@ namespace Edu.Model.ViewModel.Course
/// </summary> /// </summary>
public class RB_Class_Room_ViewModel : RB_Class_Room public class RB_Class_Room_ViewModel : RB_Class_Room
{ {
/// <summary>
/// 创建人
/// </summary>
public string CreateByName { get; set; } public string CreateByName { get; set; }
/// <summary>
/// 修改人
/// </summary>
public string UpdateByName { get; set; } public string UpdateByName { get; set; }
/// <summary>
/// 校区名称
/// </summary>
public string SchoolName { 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