@model WX.CRM.Model.Entity.RES_ACTIVITY @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(model => model.map_ACTIVITYID) | @Html.DisplayFor(model => model.map_ACTIVITYID) |
| @Html.LabelFor(model => model.map_ACTIVITYCODE) | @Html.DisplayFor(model => model.map_ACTIVITYCODE) |
| @Html.LabelFor(model => model.map_RESOURCETAG) | @Html.DisplayFor(model => model.map_RESOURCETAG) |
| @Html.LabelFor(model => model.map_ACTIVITYADDR) | @Html.DisplayFor(model => model.map_ACTIVITYADDR) |
| @Html.LabelFor(model => model.map_RESTYPEID) | @Html.DisplayFor(model => model.map_RESTYPEID) |
| @Html.LabelFor(model => model.map_MEMO) | @Html.DisplayFor(model => model.map_MEMO) |
| @Html.LabelFor(model => model.map_CTIME) | @Html.DisplayFor(model => model.map_CTIME) |
| @Html.LabelFor(model => model.map_CREATEUSER) | @Html.DisplayFor(model => model.map_CREATEUSER) |
| @Html.LabelFor(model => model.map_UTIME) | @Html.DisplayFor(model => model.map_UTIME) |
| @Html.LabelFor(model => model.map_UPDATEUSER) | @Html.DisplayFor(model => model.map_UPDATEUSER) |
| @Html.LabelFor(model => model.map_ACTIVITYNAME) | @Html.DisplayFor(model => model.map_ACTIVITYNAME) |