Пример #1
0
 /**
  * 保存部门实体
  *
  * @param entity
  */
 public void save(Org entity) {
   orgDao.save(entity);
 }