diff --git a/API/TaskManager.Contracts/Dtos/01_09/SUPPLIER_PRO_FIRST_PASSYIELD_DTO.cs b/API/TaskManager.Contracts/Dtos/01_09/SUPPLIER_PRO_FIRST_PASSYIELD_DTO.cs
index 53640b4..31bf021 100644
--- a/API/TaskManager.Contracts/Dtos/01_09/SUPPLIER_PRO_FIRST_PASSYIELD_DTO.cs
+++ b/API/TaskManager.Contracts/Dtos/01_09/SUPPLIER_PRO_FIRST_PASSYIELD_DTO.cs
@@ -10,7 +10,7 @@ namespace TaskManager.Contracts.Dtos
///
/// 产品一次合格率
///
- public class SUPPLIER_PRO_FIRST_PASSYIELD : BaseEntityDto
+ public class SUPPLIER_PRO_FIRST_PASSYIELD_DTO : BaseEntityDto
{
///
/// 供应商代码
diff --git a/API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs b/API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs
new file mode 100644
index 0000000..e7963f8
--- /dev/null
+++ b/API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs
@@ -0,0 +1,18 @@
+using TaskManager.Contracts.Dtos;
+using TaskManager.Entity;
+using TaskManager.EntityFramework;
+
+namespace TaskManager.Controllers
+{
+ ///
+ /// 产品一次合格率
+ ///
+ public class CherySupplierProFirstPassyieldService : CheryRecurringJobInputPageController
+ {
+ public CherySupplierProFirstPassyieldService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository repository) : base(httpClient, jobDbContext, log, repository)
+ {
+
+ }
+
+ }
+}
diff --git a/API/Wood.Service/Controllers/SUPPLIER_PRO_FIRST_PASSYIELD_Service.cs b/API/Wood.Service/Controllers/SUPPLIER_PRO_FIRST_PASSYIELD_Service.cs
deleted file mode 100644
index fc380e6..0000000
--- a/API/Wood.Service/Controllers/SUPPLIER_PRO_FIRST_PASSYIELD_Service.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace TaskManager.Controllers
-{
- public class SUPPLIER_PRO_FIRST_PASSYIELD_Service
- {
- }
-}