| | |
| | | } |
| | | |
| | | @Override |
| | | public int queryCarInoutsCountByPo(@RequestBody CarInoutPo carInoutDto) { |
| | | return carInoutServiceDaoImpl.queryCarInoutsCount(BeanConvertUtil.beanCovertMap(carInoutDto)); |
| | | } |
| | | |
| | | @Override |
| | | public int[] batchSaveCarInout(List<CarInoutPo> successRecords) { |
| | | return this.carInoutServiceDaoImpl.batchSaveCarInout(successRecords); |
| | | } |
| | | @Override |
| | | public void batchSaveCarInout2(List<CarInoutPo> successRecords) throws Exception{ |
| | | this.carInoutServiceDaoImpl.batchSaveCarInout2(successRecords); |
| | | } |
| | | |
| | | public ICarInoutServiceDao getCarInoutServiceDaoImpl() { |
| | | return carInoutServiceDaoImpl; |