Exemplo n.º 1
0
 // 统计所有集数总数.以指定的动画片id为主
 @Test
 public void testCountById() {
   int total = sDao.getStationNumber(1);
   System.out.println(total);
 }