diff --git a/API/Wood.Service/Controllers/CherySupplierProCpsService.cs b/API/Wood.Service/Controllers/CherySupplierProCpsService.cs
new file mode 100644
index 0000000..11b1d15
--- /dev/null
+++ b/API/Wood.Service/Controllers/CherySupplierProCpsService.cs
@@ -0,0 +1,17 @@
+using TaskManager.Contracts.Dtos;
+using TaskManager.Entity;
+using TaskManager.EntityFramework;
+
+namespace TaskManager.Controllers
+{
+ ///
+ /// 过程控制项质量数据
+ ///
+ public class CherySupplierProCpsService : CheryRecurringJobInputPageController
+ {
+ public CherySupplierProCpsService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository repository) : base(httpClient, jobDbContext, log, repository)
+ {
+
+ }
+ }
+}
diff --git a/API/Wood.Service/Controllers/SUPPLIER_PRO_CPS_Service.cs b/API/Wood.Service/Controllers/SUPPLIER_PRO_CPS_Service.cs
deleted file mode 100644
index 795a21d..0000000
--- a/API/Wood.Service/Controllers/SUPPLIER_PRO_CPS_Service.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace TaskManager.Controllers
-{
- public class SUPPLIER_PRO_CPS_Service
- {
- }
-}