Ejemplo n.º 1
0
 // 业务层查询所有一级分类的方法
 public List<Category> findAll() {
   return categoryDao.findAll();
 }