@model JDPayRefundViewModel @{ ViewData["Title"] = "退款申请接口"; }

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