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