@using DIXWeb.Entity.GlobalM; @using DIXWeb.Util; @using DIXWeb.Entity.GlobalM; @using DIXWeb.Util; @{ Layout = "~/Views/Shared/_Layout_List.cshtml"; var obj = (InspectMasterItem)Model; var objStr = Html.Raw(obj.ToJson()); }
@section foottoolbar{ 保存 }