From 957d3976b9348cce150320f6f75b3fdef5a5ca30 Mon Sep 17 00:00:00 2001 From: lijiayao <13831655+xiao-yao-charge-forward@user.noreply.gitee.com> Date: Sat, 6 Apr 2024 14:09:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E6=89=BE=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/couplet/remote/RemoteVehicleService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/couplet-common/couplet-common-business/src/main/java/com/couplet/remote/RemoteVehicleService.java b/couplet-common/couplet-common-business/src/main/java/com/couplet/remote/RemoteVehicleService.java index 13d3710..4c94d1f 100644 --- a/couplet-common/couplet-common-business/src/main/java/com/couplet/remote/RemoteVehicleService.java +++ b/couplet-common/couplet-common-business/src/main/java/com/couplet/remote/RemoteVehicleService.java @@ -54,4 +54,5 @@ public interface RemoteVehicleService { @GetMapping("onOrOutLineByVIN") public Integer onOrOutLineByVIN(@RequestParam("params") String params); + }