@model WX.CRM.Model.Entity.BAS_INNERDEPARTMENT @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.LabelFor(model => model.DEPTID) @Html.DisplayFor(model => model.DEPTID)
@Html.LabelFor(model => model.map_DEPTNAME) @Html.DisplayFor(model => model.map_DEPTNAME)
@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)
@Html.LabelFor(model => model.UTIME) @Html.DisplayFor(model => model.UTIME)
@Html.LabelFor(model => model.UPDATEUSER) @Html.DisplayFor(model => model.UPDATEUSER)