--Health--

develop
易大师 2021-06-28 22:27:12 +08:00
parent d7608b9ed2
commit 4b449e8e24
1 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,11 @@ namespace New_College.Controllers
///
/// </summary>
/// <returns></returns>
[HttpPost]
public Task<bool> Post()
{
return t_EnrollmentPlane.Import();
}
// [HttpPost]
// public Task<bool> Post()
//{
// return t_EnrollmentPlane.Import();
// }
}
}