/**
  * 약관정보 글 목록을 조회한다.
  *
  * @param searchVO
  * @return 글 목록
  * @exception Exception
  */
 @SuppressWarnings("unchecked")
 public List selectStplatList(StplatManageDefaultVO searchVO) throws Exception {
   return stplatManageDAO.selectStplatList(searchVO);
 }