@page @model _2021_backend.Pages.Students.CreateModel @{ ViewData["Title"] = "Create"; }

创建

学生


返回列表
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }