模型重构

This commit is contained in:
橙子
2021-10-27 17:03:28 +08:00
parent 5d5452b531
commit 65b2d30b20
5 changed files with 3 additions and 21 deletions

View File

@@ -1,15 +0,0 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Yi.Framework.ApiMicroservice.Controllers
{
[Route("api/[controller]/[action")]
[ApiController]
public class VisitController : ControllerBase
{
}
}