java110
2021-07-20 1745de9e271b01c6f2f3da0744292986e050abdd
service-job/src/main/java/com/java110/job/adapt/IDatabusAdapt.java
@@ -46,6 +46,8 @@
     */
    ResultVo openDoor(JSONObject paramIn);
    ResultVo getQRcode(JSONObject reqJson);
    /**
     * 重启设备
     *
@@ -67,4 +69,5 @@
     * @param customBusinessDatabusDto
     */
    void customExchange(CustomBusinessDatabusDto customBusinessDatabusDto);
}