@model AlipayTransferViewModel @{ ViewData["Title"] = "统一转账"; }

@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }