17 lines
		
	
	
		
			311 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			311 B
		
	
	
	
		
			C#
		
	
	
	
|  | using System; | |||
|  | using System.Linq; | |||
|  | using System.Collections.Generic; | |||
|  | using System.Text; | |||
|  | using System.Data; | |||
|  | 
 | |||
|  | namespace DeiNiu.Wms.CE.Util | |||
|  | { | |||
|  |     public class WmsConstants | |||
|  |     { | |||
|  | 
 | |||
|  |         public static DataTable dictionary = new DataTable(); | |||
|  |         public static List<string> auths = new List<string>(); | |||
|  | 
 | |||
|  |     } | |||
|  | } |