@model WX.CRM.Model.Entity.BAS_RIGHTGROUP @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.LabelFor(model => model.PKID) @Html.DisplayFor(model => model.PKID)
@Html.LabelFor(model => model.map_NAME) @Html.DisplayFor(model => model.map_NAME)
@Html.LabelFor(model => model.map_PARENTID) @Html.DisplayFor(model => model.map_PARENTID)
@Html.LabelFor(model => model.CTIME) @Html.DisplayFor(model => model.CTIME)
@Html.LabelFor(model => model.CREATEUSER) @Html.DisplayFor(model => model.CREATEUSER)