public System.Data.DataTable GetDictDataTable(string dictCode) { DictManager mgr = new DictManager(); return(mgr.GetDataTable(dictCode)); }