@model WX.CRM.Model.Entity.BAS_PARAMETERGROUP @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(model => model.map_GROUPID) | @Html.DisplayFor(model => model.map_GROUPID) |
| @Html.LabelFor(model => model.map_GROUPNAME) | @Html.DisplayFor(model => model.map_GROUPNAME) |
| @Html.LabelFor(model => model.map_CTIME) | @Html.DisplayFor(model => model.map_CTIME) |
| @Html.LabelFor(model => model.map_CREATEUSER) | @Html.DisplayTextFor(model => model.map_CREATEUSER) |