xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/service/ICarService.java @@ -24,4 +24,6 @@ List<Car> getCarInfo2(QueryWrapper<Car> wrapper); Month getCarCount(Integer year); Car getCarInfoByCarId(String carId); }