old mode 100644
new mode 100755
| | |
| | | package com.java110.job.adapt; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.entity.order.Business; |
| | | import com.java110.dto.data.DatabusDataDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.machine.MachineDto; |
| | | import com.java110.dto.fee.TempCarPayOrderDto; |
| | | import com.java110.dto.system.Business; |
| | | import com.java110.vo.ResultVo; |
| | | |
| | | import java.util.List; |
| | |
| | | * @param paramIn 业务信息 |
| | | */ |
| | | ResultVo openDoor(JSONObject paramIn); |
| | | /** |
| | | * 开门接口 |
| | | * |
| | | * @param paramIn 业务信息 |
| | | */ |
| | | ResultVo closeDoor(JSONObject paramIn); |
| | | |
| | | |
| | | ResultVo getQRcode(JSONObject reqJson); |
| | | /** |
| | | * 重启设备 |
| | | * |
| | |
| | | ResultVo getTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto); |
| | | |
| | | ResultVo notifyTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto); |
| | | |
| | | |
| | | |
| | | ResultVo customCarInOut(JSONObject reqJson); |
| | | |
| | | ResultVo payVideo(MachineDto machineDto); |
| | | |
| | | ResultVo heartbeatVideo(JSONObject reqJson); |
| | | |
| | | ResultVo updateCarInoutCarNum(CarInoutDto carInoutDto); |
| | | |
| | | ResultVo getManualOpenDoorLogs(JSONObject reqJson); |
| | | |
| | | ResultVo tempCarAuth(JSONObject reqJson); |
| | | |
| | | ResultVo getTempCarAuths(JSONObject reqJson); |
| | | } |