예제 #1
0
        public IActionResult GoodFt(int id)//商品反填
        {
            List <Goods> list = _bll.GoodFt(id);

            return(Ok(new { data = list }));
        }