From 4e134e61ede1f8574189af45c810ca365c7c7f9a Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 12 五月 2022 18:33:14 +0800
Subject: [PATCH] 优化代码
---
service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java b/service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java
old mode 100644
new mode 100755
index cf5931c..123a255
--- a/service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java
+++ b/service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java
@@ -16,7 +16,11 @@
package com.java110.job.adapt;
import com.alibaba.fastjson.JSONObject;
+import com.java110.dto.businessDatabus.CustomBusinessDatabusDto;
+import com.java110.dto.machine.MachineDto;
+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;
@@ -34,7 +38,7 @@
* @param business 褰撳墠澶勭悊涓氬姟
* @param businesses 鎵�鏈変笟鍔′俊鎭�
*/
- public void execute(Business business, List<Business> businesses);
+ public void execute(Business business, List<Business> businesses) throws Exception;
/**
* 寮�闂ㄦ帴鍙�
@@ -43,6 +47,8 @@
*/
ResultVo openDoor(JSONObject paramIn);
+
+ ResultVo getQRcode(JSONObject reqJson);
/**
* 閲嶅惎璁惧
*
@@ -53,4 +59,21 @@
ResultVo restartMachine(JSONObject reqJson);
ResultVo reSendToIot(JSONObject reqJson);
+
+ ResultVo getTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto);
+
+ ResultVo notifyTempCarFeeOrder(TempCarPayOrderDto tempCarPayOrderDto);
+
+
+ /**
+ * 鎵嬪伐 閫佹暟鎹�
+ * @param customBusinessDatabusDto
+ */
+ void customExchange(CustomBusinessDatabusDto customBusinessDatabusDto);
+
+ ResultVo customCarInOut(JSONObject reqJson);
+
+ ResultVo payVideo(MachineDto machineDto);
+
+ ResultVo heartbeatVideo(JSONObject reqJson);
}
--
Gitblit v1.8.0