22 lines
		
	
	
		
			590 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			590 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>(); | |||
|  |         public static string SPLIT = "|*|"; | |||
|  |         public static List<string> partions ; | |||
|  |         public static string PERMISSION_RECEIVE = "货物收货权限"; | |||
|  |         public static string PERMISSION_VALID = "货物验收权限"; | |||
|  | 
 | |||
|  |         public static int SECOND_VALID_ER = 0; | |||
|  |     } | |||
|  | } |