1 @Override 2 public <T extends SuperVO> T insert(T vo) throws BusinessException 3 { 4 return getTemplateBaseDao().insert(vo); 5 }