liujie
2023-07-26 57a7c48cc4c81f7e9719c414e4abae942c93a21b
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);
}