@model YLErp.Modules.ClientModule.DongGuanClientImportResult @{ ViewBag.Title = "客户信息"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section CSS{ } @section JS{ } @if (Model != null) {

@(Model.ResultMsg)

}
模板文件