old mode 100644
new mode 100755
| | |
| | | |
| | | import com.java110.common.dao.ICarInoutServiceDao; |
| | | import com.java110.core.base.smo.BaseServiceSMO; |
| | | import com.java110.core.smo.hardwareAdapation.ICarInoutInnerServiceSMO; |
| | | import com.java110.core.smo.user.IUserInnerServiceSMO; |
| | | import com.java110.intf.common.ICarInoutInnerServiceSMO; |
| | | import com.java110.intf.user.IUserInnerServiceSMO; |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.po.car.CarInoutPo; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | return carInoutServiceDaoImpl.queryCarInoutsCount(BeanConvertUtil.beanCovertMap(carInoutDto)); |
| | | } |
| | | |
| | | @Override |
| | | public int[] batchSaveCarInout(List<CarInoutPo> successRecords) { |
| | | return this.carInoutServiceDaoImpl.batchSaveCarInout(successRecords); |
| | | } |
| | | |
| | | public ICarInoutServiceDao getCarInoutServiceDaoImpl() { |
| | | return carInoutServiceDaoImpl; |
| | | } |