Example #1
0
 public async Task <ApiResult <string> > AddGoods(ErpGoods parm)
 {
     return(await _goodsService.AddAsync(parm));
 }