Example #1
0
 // 根据经费状态查询经费报告
 public void getWipeBy(Page<Wipe> page, Long userId, Short state) {
   wipeDao.getWipeBy(page, userId, state);
 }