Exemplo n.º 1
0
 public List<BetReport> betReportDetail(Integer year, Integer month) {
   return betReportDao.betReportDetail(year, month);
 }