@model List @{ ViewBag.Title = "门禁设备"; }
    @{ for (int i = 0; i < Model.Count; i++) {
  • } }
@section scripts{ }