3 changed files with 19 additions and 7 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 CherySupplierProSchedulingService : CheryRecurringJobInputPageController<SUPPLIER_PRO_SCHEDULING, SUPPLIER_PRO_SCHEDULING_DTO> |
|||
{ |
|||
public CherySupplierProSchedulingService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_SCHEDULING> repository) : base(httpClient, jobDbContext, log, repository) |
|||
{ |
|||
|
|||
} |
|||
} |
|||
} |
@ -1,6 +0,0 @@ |
|||
namespace TaskManager.Controllers |
|||
{ |
|||
public class SupplierPoSchedulingService |
|||
{ |
|||
} |
|||
} |
Loading…
Reference in new issue