Exemple #1
0
 public void UnShelveGoods([FromBody] GoodsIdDTO model)
 {
     _goodsAppService.UnShelveGoods(model.Id, UserId);
 }