Commit 8fff8c62 authored by 黄奎's avatar 黄奎

页面修改

parent b85fa0f9
...@@ -90,5 +90,10 @@ namespace Edu.Model.Entity.Duty ...@@ -90,5 +90,10 @@ namespace Edu.Model.Entity.Duty
/// 到访时间 /// 到访时间
/// </summary> /// </summary>
public DateTime CreateTime { get; set; } public DateTime CreateTime { get; set; }
/// <summary>
/// 年龄
/// </summary>
public int Age { get; set; }
} }
} }
...@@ -1498,6 +1498,7 @@ namespace Edu.Module.Duty ...@@ -1498,6 +1498,7 @@ namespace Edu.Module.Duty
{ nameof(RB_Visitor_ViewModel.Evaluate), model.Evaluate}, { nameof(RB_Visitor_ViewModel.Evaluate), model.Evaluate},
{ nameof(RB_Visitor_ViewModel.Remark), model.Remark}, { nameof(RB_Visitor_ViewModel.Remark), model.Remark},
{ nameof(RB_Visitor_ViewModel.VisitorStatus), model.VisitorStatus}, { nameof(RB_Visitor_ViewModel.VisitorStatus), model.VisitorStatus},
{ nameof(RB_Visitor_ViewModel.Age), model.Age},
}; };
flag = visitorRepository.Update(fileds, new WhereHelper(nameof(RB_Visitor_ViewModel.Id), model.Id)); flag = visitorRepository.Update(fileds, new WhereHelper(nameof(RB_Visitor_ViewModel.Id), model.Id));
} }
......
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