public async Task <ApiResult <string> > DeleteGoods(string parm)
 {
     return(await _purchaseGoodsService.DeleteAsync(parm));
 }