diff --git a/API/Wood.Service/Controllers/CherySupplierProDataService.cs b/API/Wood.Service/Controllers/CherySupplierProDataService.cs new file mode 100644 index 0000000..6d3d62c --- /dev/null +++ b/API/Wood.Service/Controllers/CherySupplierProDataService.cs @@ -0,0 +1,17 @@ +using TaskManager.Contracts.Dtos; +using TaskManager.Entity; +using TaskManager.EntityFramework; + +namespace TaskManager.Controllers +{ + /// + /// 生产过程数据 + /// + public class CherySupplierProDataService : CheryRecurringJobInputPageController + { + public CherySupplierProDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository repository) : base(httpClient, jobDbContext, log, repository) + { + + } + } +} diff --git a/API/Wood.Service/Controllers/SUPPLIER_PRO_DATA_Service.cs b/API/Wood.Service/Controllers/SUPPLIER_PRO_DATA_Service.cs deleted file mode 100644 index 2d820c4..0000000 --- a/API/Wood.Service/Controllers/SUPPLIER_PRO_DATA_Service.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace TaskManager.Controllers -{ - public class SUPPLIER_PRO_DATA_Service - { - } -}