コード例 #1
0
 @Override
 public List<String> selectAllTableName(Object attach) {
   return dao.selectAllTableName(attach);
 }