This commit is contained in:
454313500@qq.com
2021-04-16 19:21:56 +08:00
parent 577c131163
commit 7e73d35bd2
5 changed files with 68 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
using CC.Yi.Common;
using CC.Yi.API.Filter;
using CC.Yi.Common;
using CC.Yi.Common.Cache;
using CC.Yi.IBLL;
using CC.Yi.Model;
@@ -15,7 +16,7 @@ namespace CC.Yi.API.Controllers
{
[ApiController]
[Route("[controller]/[action]")]
public class StudentController : ControllerBase
public class StudentController : Controller
{
private readonly ILogger<StudentController> _logger;//处理日志相关文件