Example #1
0
 /**
  * @author ljiun
  * @date 2015年5月8日下午2:11:44
  * @throws Exception
  * @return List<Tag>
  * @description 获取所有标签
  */
 public List<Tag> geTags() throws Exception {
   return tagDao.getTags();
 }