2 changed files with 18 additions and 6 deletions
@ -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) |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
@ -1,6 +0,0 @@ |
|||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_FLAW_Service |
|
||||
{ |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue