From 789174f98c8bd92787203fdcd7c8f36d2a98a39a Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Thu, 5 Jun 2025 11:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=BA=E9=99=B7=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E6=95=B0=E6=8D=AE=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CherySupplier_Pro_FlawService.cs | 18 ++++++++++++++++++ .../Controllers/SUPPLIER_PRO_FLAW_Service.cs | 6 ------ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs delete mode 100644 API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs diff --git a/API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs b/API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs new file mode 100644 index 0000000..67055d3 --- /dev/null +++ b/API/Wood.Service/Controllers/CherySupplier_Pro_FlawService.cs @@ -0,0 +1,18 @@ +using TaskManager.Contracts.Dtos; +using TaskManager.Entity; +using TaskManager.Entity.Entitys; +using TaskManager.EntityFramework; + +namespace TaskManager.Controllers +{ + /// + /// 缺陷业务数据 + /// + public class CherySupplier_Pro_FlawService : CheryRecurringJobInputPageController + { + public CherySupplier_Pro_FlawService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository repository) : base(httpClient, jobDbContext, log, repository) + { + + } + } +} diff --git a/API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs b/API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs deleted file mode 100644 index 36d35ca..0000000 --- a/API/Wood.Service/Controllers/SUPPLIER_PRO_FLAW_Service.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace TaskManager.Controllers -{ - public class SUPPLIER_PRO_FLAW_Service - { - } -}