Exemplo n.º 1
0
 // 查询所有完成的禀议书
 public void getCompleteList(Page<Wipe> page) {
   wipeDao.getCompleteList(page);
 }