示例#1
0
 @Transactional
 public void update(TagJdo tagJdo) {
   tagDao.update(tagJdo);
 }