@model WX.CRM.Model.Entity.CSVR_RELATIONCUSTOMER @{ ViewBag.Title = "Add"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(m => m.map_RELATIONRESID) | @Html.TextBoxFor(m => m.map_RELATIONRESID) @Html.HiddenFor(m => m.map_RESID) | @Html.ValidationMessageFor(m => m.map_RELATIONRESID) |
| @Html.LabelFor(m => m.map_MEMO) | @Html.TextAreaFor(m => m.map_MEMO) | @Html.ValidationMessageFor(m => m.map_MEMO) |