2 changed files with 17 additions and 6 deletions
@ -0,0 +1,17 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 过程控制项质量数据
|
||||
|
/// </summary>
|
||||
|
public class CherySupplierProCpsService : CheryRecurringJobInputPageController<SUPPLIER_PRO_CPS, SUPPLIER_PRO_CPS_DTO> |
||||
|
{ |
||||
|
public CherySupplierProCpsService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_CPS> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
@ -1,6 +0,0 @@ |
|||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_CPS_Service |
|
||||
{ |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue