[update]:测试提交
This commit is contained in:
parent
72b835f05b
commit
2e5a704abd
|
@ -41,6 +41,7 @@ public class GoodsController extends BaseController
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public TableDataInfo list(Goods goods)
|
public TableDataInfo list(Goods goods)
|
||||||
{
|
{
|
||||||
|
//测试提交
|
||||||
startPage();
|
startPage();
|
||||||
List<Goods> list = goodsService.selectGoodsList(goods);
|
List<Goods> list = goodsService.selectGoodsList(goods);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
|
|
Loading…
Reference in New Issue