| | |
| | | package com.java110.job.adapt; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.dto.businessDatabus.CustomBusinessDatabusDto; |
| | | import com.java110.dto.tempCarFeeConfig.TempCarPayOrderDto; |
| | | import com.java110.entity.order.Business; |
| | | import com.java110.po.machine.MachineRecordPo; |
| | | import com.java110.vo.ResultVo; |
| | | |
| | | import java.util.List; |
| | |
| | | ResultVo getTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto); |
| | | |
| | | ResultVo notifyTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto); |
| | | |
| | | |
| | | /** |
| | | * 手工 送数据 |
| | | * @param customBusinessDatabusDto |
| | | */ |
| | | void customExchange(CustomBusinessDatabusDto customBusinessDatabusDto); |
| | | } |