重命名了文件

yjfy
SummmerLost 3 years ago
parent 39a29e96f1
commit 6a7e27c57a
  1. 14
      PEIS.Cloud/Controllers/SampleController.cs
  2. 0
      PEIS.Cloud/Program.cs
  3. 0
      PEIS.Cloud/Properties/launchSettings.json
  4. 0
      PEIS.Cloud/Startup.cs
  5. 0
      PEIS.Cloud/appsettings.Development.json
  6. 0
      PEIS.Cloud/appsettings.json
  7. 11
      PEIS.Interface/Controllers/SampleController.cs
  8. 0
      PEIS.Service/Domain/SampleDomain.cs
  9. 0
      PEIS.Service/IService/ISampleService.cs
  10. 0
      PEIS.Service/Service/SampleService.cs

@ -0,0 +1,14 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace PEIS.Cloud.Controllers
{
/// <summary>
/// 实例接口文件 在这里写相关的接口返回,不同业务用不同文件夹区分(git不允许提交空文件夹,所以建了文件夹需要在下面新建文件)
/// </summary>
[Route("api/[controller]")]
[ApiController]
public class SampleController : ControllerBase
{
}
}

@ -1,11 +0,0 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace PEIS.Cloud.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class SampleController : ControllerBase
{
}
}
Loading…
Cancel
Save