@model WX.CRM.Model.Entity.BAS_INNERUSER @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.LabelFor(model => model.map_PKID) @Html.DisplayFor(model => model.map_PKID)
@Html.LabelFor(model => model.map_UNAME) @Html.DisplayFor(model => model.map_UNAME)
@Html.LabelFor(model => model.map_EID) @Html.DisplayFor(model => model.map_EID)
@Html.LabelFor(model => model.map_GENDER) @Html.DisplayFor(model => model.map_GENDER)
@Html.LabelFor(model => model.map_BIRTHDAY) @Html.DisplayFor(model => model.map_BIRTHDAY)
@Html.LabelFor(model => model.map_PASSWORD) @Html.Display(".....")
@Html.LabelFor(model => model.map_ISDISMISS) @Html.DisplayFor(model => model.map_ISDISMISS)
@Html.LabelFor(model => model.map_DISMISSTIME) @Html.DisplayFor(model => model.map_DISMISSTIME)
@Html.LabelFor(model => model.map_DISMISSTYPE) @Html.DisplayFor(model => model.map_DISMISSTYPE)
@Html.LabelFor(model => model.map_ENTRYDATE) @Html.DisplayFor(model => model.map_ENTRYDATE)
@Html.LabelFor(model => model.map_POSITIVETIME) @Html.DisplayFor(model => model.map_POSITIVETIME)
@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)