| | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.dto.businessDatabus.CustomBusinessDatabusDto; |
| | | import com.java110.dto.machine.CarInoutDto; |
| | | import com.java110.dto.machine.MachineDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.entity.order.Business; |
| | |
| | | ResultVo payVideo(MachineDto machineDto); |
| | | |
| | | ResultVo heartbeatVideo(JSONObject reqJson); |
| | | |
| | | ResultVo updateCarInoutCarNum(CarInoutDto carInoutDto); |
| | | |
| | | ResultVo getManualOpenDoorLogs(JSONObject reqJson); |
| | | |
| | | ResultVo tempCarAuth(JSONObject reqJson); |
| | | |
| | | ResultVo getTempCarAuths(JSONObject reqJson); |
| | | } |