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