From 496f78c085e7f8c5ba261835f9b8bda99c25b4cb Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 13:29:12 +0800
Subject: [PATCH] 增加  字符串类查询(关键字查询专用)

---
 HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/CommonDto/LMesCallMaterialInput.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/CommonDto/LMesCallMaterialInput.cs b/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/CommonDto/LMesCallMaterialInput.cs
index f826836..065a84c 100644
--- a/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/CommonDto/LMesCallMaterialInput.cs
+++ b/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/CommonDto/LMesCallMaterialInput.cs
@@ -26,4 +26,15 @@
         /// </summary>
         public string? MaterialMode { get; set; }
     }
+
+    /// <summary>
+    /// 鎵e噺搴撳瓨
+    /// </summary>
+    public class ReduceInput: LMesCallMaterialInput
+    {
+        /// <summary>
+        /// 搴撲綅鍙�
+        /// </summary>
+        public string PlaceNo { get; set; }
+    }
 }

--
Gitblit v1.9.3