From 7f4b5fb7a89052f1fbd2e00b34e60e1b55f73ab3 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期六, 16 三月 2024 16:58:40 +0800 Subject: [PATCH] Merge branch 'csc' --- 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