31 changed files with 222 additions and 225 deletions
@ -1,16 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//看板配送单
|
|
||||
public class SUPPLIER_DEL_STATE_Service : RecurringJobOutPageController<SUPPLIER_DEL_STATE, SUPPLIER_DEL_STATE_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_DEL_STATE_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_DEL_STATE> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,16 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//奇瑞RDC共享库存
|
|
||||
public class SUPPLIER_INV_DATA_Service : RecurringJobOutPageController<SUPPLIER_INV_DATA, SUPPLIER_INV_DATA_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_INV_DATA_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_INV_DATA> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,16 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//日物料需求计划
|
|
||||
public class SUPPLIER_MRP_DATE_Service : RecurringJobOutPageController<SUPPLIER_MRP_DATE, SUPPLIER_MRP_DATE_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_MRP_DATE_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_DATE> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_MRP_MONTH_Service : RecurringJobOutPageController<SUPPLIER_MRP_MONTH, SUPPLIER_MRP_MONTH_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_MRP_MONTH_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_MONTH> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,16 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//日MRP状态监控
|
|
||||
public class SUPPLIER_MRP_Service : RecurringJobOutPageController<SUPPLIER_MRP_STATE, SUPPLIER_MRP_STATE_DETIAL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_MRP_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_STATE> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,16 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//日MRP预警推移
|
|
||||
public class SUPPLIER_MRP_WARNING_Service : RecurringJobOutPageController<SUPPLIER_MRP_WARNING, SUPPLIER_MRP_WARNING_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_MRP_WARNING_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_WARNING> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PO_Service : RecurringJobOutPageController<SUPPLIER_PO, SUPPLIER_PO_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_PO_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PO> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_CSCHEDUL_Service : RecurringJobOutPageController<SUPPLIER_PRO_CSCHEDUL, SUPPLIER_PRO_CSCHEDUL_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_PRO_CSCHEDUL_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_CSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//过焊装未过总装
|
|
||||
public class SUPPLIER_PRO_HSCHEDUL_Service : RecurringJobOutPageController<SUPPLIER_PRO_HSCHEDUL, SUPPLIER_PRO_HSCHEDUL_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_PRO_HSCHEDUL_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_HSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,6 +0,0 @@ |
|||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_PRO_STATION_FIRST_PASSYIELD_CONTROLLER |
|
||||
{ |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//过涂装未过总装
|
|
||||
public class SUPPLIER_PRO_TSCHEDUL_Service : RecurringJobOutPageController<SUPPLIER_PRO_TSCHEDUL, SUPPLIER_PRO_TSCHEDUL_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_PRO_TSCHEDUL_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_TSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,15 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
//退货单
|
|
||||
public class SUPPLIER_RETURN_Service : RecurringJobOutPageController<SUPPLIER_RETURN, SUPPLIER_RETURN_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_RETURN_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_RETURN> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,17 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
/// <summary>
|
|
||||
/// 计划协议
|
|
||||
/// </summary>
|
|
||||
public class SUPPLIER_SA_WEEK_Service : RecurringJobOutPageController<SUPPLIER_SA_WEEK, SUPPLIER_SA_WEEK_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_SA_WEEK_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_SA_WEEK> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,14 +0,0 @@ |
|||||
using TaskManager.Contracts.Dtos; |
|
||||
using TaskManager.Controllers; |
|
||||
using TaskManager.Entity; |
|
||||
using TaskManager.EntityFramework; |
|
||||
|
|
||||
namespace TaskManager.Controllers |
|
||||
{ |
|
||||
public class SUPPLIER_SINV_DATA_Service : RecurringJobOutPageController<SUPPLIER_SINV_DATA, SUPPLIER_SINV_DATA_DETAIL_DTO> |
|
||||
{ |
|
||||
public SUPPLIER_SINV_DATA_Service(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_SINV_DATA> repository) : base(httpClient, jobDbContext, log, repository) |
|
||||
{ |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -0,0 +1,16 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//看板配送单
|
||||
|
public class SupplierDelStateService : RecurringJobOutPageController<SUPPLIER_DEL_STATE, SUPPLIER_DEL_STATE_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierDelStateService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_DEL_STATE> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//奇瑞RDC共享库存
|
||||
|
public class SupplierInvDataService : RecurringJobOutPageController<SUPPLIER_INV_DATA, SUPPLIER_INV_DATA_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierInvDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_INV_DATA> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//日物料需求计划
|
||||
|
public class SupplierMrpDataService : RecurringJobOutPageController<SUPPLIER_MRP_DATE, SUPPLIER_MRP_DATE_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierMrpDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_DATE> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
public class SupplierMrpMonthService : RecurringJobOutPageController<SUPPLIER_MRP_MONTH, SUPPLIER_MRP_MONTH_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierMrpMonthService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_MONTH> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//日MRP状态监控
|
||||
|
public class SupplierMrpService : RecurringJobOutPageController<SUPPLIER_MRP_STATE, SUPPLIER_MRP_STATE_DETIAL_DTO> |
||||
|
{ |
||||
|
public SupplierMrpService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_STATE> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,16 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//日MRP预警推移
|
||||
|
public class SupplierMrpWarningService : RecurringJobOutPageController<SUPPLIER_MRP_WARNING, SUPPLIER_MRP_WARNING_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierMrpWarningService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_MRP_WARNING> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
public class SupplierPoService : RecurringJobOutPageController<SUPPLIER_PO, SUPPLIER_PO_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierPoService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PO> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//过焊装未过总装
|
||||
|
public class SupplierPorHSCHEDULService : RecurringJobOutPageController<SUPPLIER_PRO_HSCHEDUL, SUPPLIER_PRO_HSCHEDUL_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierPorHSCHEDULService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_HSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
public class SupplierProCSCHEDULService : RecurringJobOutPageController<SUPPLIER_PRO_CSCHEDUL, SUPPLIER_PRO_CSCHEDUL_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierProCSCHEDULService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_CSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
public class SupplierProStationFirstPassYieldService |
||||
|
{ |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//退货单
|
||||
|
public class SupplierReturnService : RecurringJobOutPageController<SUPPLIER_RETURN, SUPPLIER_RETURN_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierReturnService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_RETURN> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,17 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 计划协议
|
||||
|
/// </summary>
|
||||
|
public class SupplierSaWeekService : RecurringJobOutPageController<SUPPLIER_SA_WEEK, SUPPLIER_SA_WEEK_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierSaWeekService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_SA_WEEK> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,14 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
public class SupplierSinvDataService : RecurringJobOutPageController<SUPPLIER_SINV_DATA, SUPPLIER_SINV_DATA_DETAIL_DTO> |
||||
|
{ |
||||
|
public SupplierSinvDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_SINV_DATA> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
using TaskManager.Contracts.Dtos; |
||||
|
using TaskManager.Controllers; |
||||
|
using TaskManager.Entity; |
||||
|
using TaskManager.EntityFramework; |
||||
|
|
||||
|
namespace TaskManager.Controllers |
||||
|
{ |
||||
|
//过涂装未过总装
|
||||
|
public class supplierProTSCHEDULService : RecurringJobOutPageController<SUPPLIER_PRO_TSCHEDUL, SUPPLIER_PRO_TSCHEDUL_DETAIL_DTO> |
||||
|
{ |
||||
|
public supplierProTSCHEDULService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_TSCHEDUL> repository) : base(httpClient, jobDbContext, log, repository) |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue