From 54b96e7255ebcafabdbae17050fc09d19b7e0cce Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期四, 14 三月 2024 10:29:11 +0800 Subject: [PATCH] Merge branch 'yyk' --- 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