Beispiel #1
0
 /**
  * 根据主键ID获取部门实体
  *
  * @param id
  * @return
  */
 public Org get(Long id) {
   return orgDao.get(id);
 }