@model WX.CRM.Model.Entity.BAS_INNERGROUP @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(model => model.GID) | @Html.DisplayFor(model => model.GID) |
| @Html.LabelFor(model => model.map_GNAME) | @Html.DisplayFor(model => model.map_GNAME) |
| @Html.LabelFor(model => model.map_SALEDEPTID) | @Html.DisplayFor(model => model.map_SALEDEPTID) |
| @Html.LabelFor(model => model.map_DEPTID) | @Html.DisplayFor(model => model.map_DEPTID) |
| @Html.LabelFor(model => model.CTIME) | @Html.DisplayFor(model => model.CTIME) |
| @Html.LabelFor(model => model.CREATEUSER) | @Html.DisplayFor(model => model.CREATEUSER) |
| @Html.LabelFor(model => model.UTIME) | @Html.DisplayFor(model => model.UTIME) |
| @Html.LabelFor(model => model.UPDATEUSER) | @Html.DisplayFor(model => model.UPDATEUSER) |
| @Html.LabelFor(model => model.map_ISHIDE) | @Html.DisplayFor(model => model.map_ISHIDE) |