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