1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.Entity.Entitys; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace Wood.Service.Controllers |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 工艺
|
||||
|
/// </summary>
|
||||
|
public class CherySupplierProProcessService : CheryRecurringJobInputPageController<SUPPLIER_PRO_PROCESS, SUPPLIER_PRO_PROCESS_DTO> |
||||
|
{ |
||||
|
public CherySupplierProProcessService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_PROCESS> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue