3 changed files with 25 additions and 14 deletions
@ -0,0 +1,17 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 来料检验数据
|
||||
|
/// </summary>
|
||||
|
public class SupplierProMaterialStockService : CheryRecurringJobInputPageController<SUPPLIER_PRO_MATERIAL_STOCK, SUPPLIER_PRO_MATERIAL_STOCK_DTO> |
||||
|
{ |
||||
|
public SupplierProMaterialStockService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_MATERIAL_STOCK> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
@ -1,6 +0,0 @@ |
|||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_MATERIAL_STOCK_Service |
|
||||
{ |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue