From a2c18aed7da4b84e118ae2f3a28779607d5ecff7 Mon Sep 17 00:00:00 2001 From: 艾金辉 <1144154118@qq.com> Date: 星期六, 22 七月 2023 09:39:47 +0800 Subject: [PATCH] 根据carId获取车辆 --- ard-work/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 7924856..bd7875b 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -117,6 +117,13 @@ <artifactId>lombok</artifactId> <optional>true</optional> </dependency> + <!-- https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2 --> + <dependency> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> + <version>2.0.36</version> + </dependency> + </dependencies> <build> -- Gitblit v1.9.3