@model Air.Model.AirB2bDomain.Bas_ParameterView @{ ViewBag.Title = "Details"; Layout = "~/Areas/Admin/Views/Shared/_Index_Layout.cshtml"; }
参数键: @Html.DisplayFor(model => model.ParaKey)
参数名: @Html.DisplayFor(model => model.ParaName)
参数分组: @Html.DisplayTextFor(model=>model.GroupName)
参数值: @Html.DisplayTextFor(model => model.ParaValue)
参数类型: @Html.DisplayFor(model => model.ParaType)
备注: @Html.DisplayFor(model => model.Remark)
编辑页面: @Html.DisplayFor(model => model.EditForm)
创建时间: @Html.DisplayFor(model => model.Ctime)
创建人: @Html.DisplayFor(model => model.CreateUserName)
修改时间: @Html.DisplayFor(model => model.Utime)
修改人: @Html.DisplayFor(model => model.UpdateUserName)