示例#1
0
 public ArrayList statisticCostByDay(String year, String month) {
   return recordDao.statisticCostByDay(year, month);
 }