コード例 #1
0
 @Override
 public int findUserWorkFlowVOCountByUserCode(String userCode) throws Exception {
   return workFlowDao.findUserWorkFlowVOCountByUserCode(userCode);
 }