@model WX.CRM.Model.Entity.BAS_RIGHT @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(model => model.map_RightId) | @Html.DisplayFor(model => model.map_RightId) |
| @Html.LabelFor(model => model.map_RNAME) | @Html.DisplayFor(model => model.RNAME) |
| @Html.LabelFor(model => model.map_PKID) | @Html.DisplayTextFor(model => model.map_PKID) |
| @Html.LabelFor(model => model.map_SORTID) | @Html.DisplayTextFor(model => model.map_SORTID) |
| @Html.LabelFor(model => model.CTIME) | @Html.DisplayFor(model => model.CTIME) |
| @Html.LabelFor(model => model.CREATEUSER) | @Html.DisplayFor(model => model.CREATEUSER) |