|
|
@ -7,7 +7,7 @@ namespace TaskManager.Controllers |
|
|
|
/// <summary>
|
|
|
|
/// 产品一次合格率
|
|
|
|
/// </summary>
|
|
|
|
public class CherySupplierProFirstPassyieldService : CheryRecurringJobInputPageController<SUPPLIER_PRO_FIRST_PASSYIELD, SUPPLIER_PRO_FIRST_PASSYIELD_DTO> |
|
|
|
public class CherySupplierProFirstPassyieldService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_FIRST_PASSYIELD, SUPPLIER_PRO_FIRST_PASSYIELD_DTO> |
|
|
|
{ |
|
|
|
public CherySupplierProFirstPassyieldService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_FIRST_PASSYIELD> repository) : base(httpClient, jobDbContext, log, repository) |
|
|
|
{ |
|
|
|