Exemple #1
0
 /**
  * 获取所有部门记录
  *
  * @return
  */
 public List<Org> getAll() {
   return orgDao.getAll();
 }