From 870d75436bb218355ece59737187f19cc12caa31 Mon Sep 17 00:00:00 2001
From: zhouhongjun <565221961@qq.com>
Date: Thu, 5 Jun 2025 09:50:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8E=92=E4=BA=A7=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E6=9C=8D=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CherySupplierProSchedulingService.cs | 18 ++++++++++++++++++
.../Controllers/SupplierPoSchedulingService.cs | 6 ------
API/Wood.Util/Filters/RequestInputBase.cs | 2 +-
3 files changed, 19 insertions(+), 7 deletions(-)
create mode 100644 API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs
delete mode 100644 API/Wood.Service/Controllers/SupplierPoSchedulingService.cs
diff --git a/API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs b/API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs
new file mode 100644
index 0000000..4086faf
--- /dev/null
+++ b/API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs
@@ -0,0 +1,18 @@
+using TaskManager.Contracts.Dtos;
+using TaskManager.Entity;
+using TaskManager.Entity.Entitys;
+using TaskManager.EntityFramework;
+
+namespace TaskManager.Controllers
+{
+ ///
+ /// 排产数据
+ ///
+ public class CherySupplierProSchedulingService : CheryRecurringJobInputPageController
+ {
+ public CherySupplierProSchedulingService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository repository) : base(httpClient, jobDbContext, log, repository)
+ {
+
+ }
+ }
+}
diff --git a/API/Wood.Service/Controllers/SupplierPoSchedulingService.cs b/API/Wood.Service/Controllers/SupplierPoSchedulingService.cs
deleted file mode 100644
index 1c82825..0000000
--- a/API/Wood.Service/Controllers/SupplierPoSchedulingService.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace TaskManager.Controllers
-{
- public class SupplierPoSchedulingService
- {
- }
-}
diff --git a/API/Wood.Util/Filters/RequestInputBase.cs b/API/Wood.Util/Filters/RequestInputBase.cs
index c9e4d5e..e69c135 100644
--- a/API/Wood.Util/Filters/RequestInputBase.cs
+++ b/API/Wood.Util/Filters/RequestInputBase.cs
@@ -12,7 +12,7 @@ namespace Wood.Util.Filters
public int pageSize { get; set; }
- public string sortBy { get; set; }
+ public string? sortBy { get; set; }
public bool isAscending { get; set; }
///