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