From 9d7dda331f3498a95e2e922e9ddae0fa43e83605 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期四, 02 一月 2025 13:38:06 +0800
Subject: [PATCH] 修改问题
---
Wms/WMS.IBLL/ISysServer/ICustomerServer.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/ISysServer/ICustomerServer.cs b/Wms/WMS.IBLL/ISysServer/ICustomerServer.cs
index 09a3f4c..43feedd 100644
--- a/Wms/WMS.IBLL/ISysServer/ICustomerServer.cs
+++ b/Wms/WMS.IBLL/ISysServer/ICustomerServer.cs
@@ -12,6 +12,7 @@
/// <summary>
/// 鏌ヨ瀹㈡埛淇℃伅
/// </summary>
+ /// <param name="no">缂栫爜</param>
/// <param name="name">鍚嶇О</param>
/// <param name="type">绫诲瀷</param>
/// <param name="linkMan">鑱旂郴浜�</param>
@@ -20,7 +21,7 @@
/// <param name="limit"></param>
/// <param name="count"></param>
/// <returns></returns>
- List<CustomerDto> GetCustomerList(string name,int? type,string linkMan,string phone ,int page,int limit,out int count);
+ List<CustomerDto> GetCustomerList(string no, string name,int? type,string linkMan,string phone ,int page,int limit,out int count);
/// <summary>
/// 鏌ヨ鍗曟潯瀹㈡埛淇℃伅
/// </summary>
--
Gitblit v1.8.0