public async Task <ApiResult <string> > EditTransfer(ErpTransfer parm) { return(await _transferService.ModifyAsync(parm)); }