public List <DictEntity> GetDictList(string dictCode) { DictManager mgr = new DictManager(); return(mgr.GetList(dictCode)); }