public async Task <ListResultDTO <ProductGoodsTypeDTO> > ProductGoodsTypeGetDict(int productCategoryId) { var result = await _dictService.GetProductGoodsTypeDict(productCategoryId); return(result); }