提交 25a23468 编写于 作者: M megagao

修改了注释

上级 e8d29628
......@@ -22,7 +22,7 @@ public class ProductServiceImpl implements ProductService{
@Override
public EUDataGridResult getList(int page, int rows, Product product) throws Exception{
//查询品列表
//查询品列表
ProductExample example = new ProductExample();
//分页处理
PageHelper.startPage(page, rows);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册