From d5c569065a390ee5dc15b6fc29a32a1542fd9dde Mon Sep 17 00:00:00 2001
From: zhouhongjun <565221961@qq.com>
Date: Thu, 5 Jun 2025 10:40:19 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=A7=E5=93=81=E4=B8=80?=
=?UTF-8?q?=E6=AC=A1=E5=90=88=E6=A0=BC=E7=8E=87=E6=9C=8D=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../01_09/SUPPLIER_PRO_FIRST_PASSYIELD_DTO.cs | 2 +-
.../CherySupplierProFirstPassyieldService.cs | 18 ++++++++++++++++++
.../SUPPLIER_PRO_FIRST_PASSYIELD_Service.cs | 6 ------
3 files changed, 19 insertions(+), 7 deletions(-)
create mode 100644 API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs
delete mode 100644 API/Wood.Service/Controllers/SUPPLIER_PRO_FIRST_PASSYIELD_Service.cs
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
- {
- }
-}