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 auths = new List(); } }