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 CherySupplierProDataService : CheryRecurringJobInputPageController<SUPPLIER_PRO_DATA, SUPPLIER_PRO_DATA_DTO> |
||||
|
{ |
||||
|
public CherySupplierProDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_DATA> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
@ -1,6 +0,0 @@ |
|||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_DATA_Service |
|
||||
{ |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue