Browse Source

新增缺陷业务数据服务

master
周红军 1 week ago
parent
commit
789174f98c
  1. 18
      API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs
  2. 6
      API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs

18
API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs

@ -0,0 +1,18 @@
using TaskManager.Contracts.Dtos;
using TaskManager.Entity;
using TaskManager.Entity.Entitys;
using TaskManager.EntityFramework;
namespace TaskManager.Controllers
{
/// <summary>
/// 缺陷业务数据
/// </summary>
public class CherySupplier_Pro_FlawService : CheryRecurringJobInputPageController<SUPPLIER_PRO_FLAW, SUPPLIER_PRO_FLAW_DTO>
{
public CherySupplier_Pro_FlawService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_FLAW> repository) : base(httpClient, jobDbContext, log, repository)
{
}
}
}

6
API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs

@ -1,6 +0,0 @@
namespace TaskManager.Controllers
{
public class SUPPLIER_PRO_FLAW_Service
{
}
}
Loading…
Cancel
Save