/// <summary> /// 获取所有字典键值 /// </summary> /// <returns></returns> public List <DictionaryItemEntity> GetAllDicKey() { BaseSetDA da = new BaseSetDA(); return(da.GetAllDicKey()); }