lisy
2023-07-25 e61275c2e77d27e299e74d84568bedd43b6d82ca
cloud-server-management/src/main/java/com/dsh/course/mapper/CarServiceMapper.java
@@ -7,5 +7,5 @@
public interface CarServiceMapper extends BaseMapper<CarService> {
    CarService query(@Param("type") Integer orderType, @Param("carId") Integer carId);
//    CarService query(@Param("type") Integer orderType, @Param("carId") Integer carId);
}