| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | using System; | 
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | using System.Linq; | 
					
						
							|  |  |  |  | using System.Runtime.Serialization; | 
					
						
							|  |  |  |  | using System.ServiceModel; | 
					
						
							|  |  |  |  | using System.Text; | 
					
						
							|  |  |  |  | using System.Data; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   | 
					
						
							|  |  |  |  |     namespace DeiNiu.Wcf | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         [ServiceContract] | 
					
						
							|  |  |  |  |         public interface ICustomer | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             [OperationContract] | 
					
						
							|  |  |  |  |             DataSet query(string querystr, int rownumStart, int rownumEnd); | 
					
						
							|  |  |  |  |            | 
					
						
							|  |  |  |  |             [OperationContract] | 
					
						
							|  |  |  |  |             int updateJdGroup(string[] Ids, int group); | 
					
						
							|  |  |  |  |             [OperationContract] | 
					
						
							|  |  |  |  |             int updateJdHourPoint(string[] Ids, int point); | 
					
						
							| 
									
										
										
										
											2023-09-04 22:41:19 +08:00
										 |  |  |  |              [OperationContract] | 
					
						
							| 
									
										
										
										
											2024-03-22 09:59:23 +08:00
										 |  |  |  |              int updatePickInterval(string[] Ids, int point); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //---customer desk 灯光播种台设置 | 
					
						
							|  |  |  |  |         [OperationContract] | 
					
						
							|  |  |  |  |         DataSet queryDesks(string querystr, int rownumStart, int rownumEnd); | 
					
						
							|  |  |  |  |         [OperationContract] | 
					
						
							|  |  |  |  |         int add(WcfWmsDeskCustomer wcfData); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         [OperationContract] | 
					
						
							|  |  |  |  |         int delete(int id); | 
					
						
							|  |  |  |  |         [OperationContract] | 
					
						
							|  |  |  |  |         int update(WcfWmsDeskCustomer wcfData); | 
					
						
							|  |  |  |  |   | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-04 22:41:19 +08:00
										 |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2023-05-23 16:13:17 +08:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  |   |