lisy
2023-07-26 e0504d28a1fc10be6979d36fb93b936ef49ffcf4
cloud-server-management/src/main/java/com/dsh/course/mapper/CarServiceMapper.java
New file
@@ -0,0 +1,11 @@
package com.dsh.course.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.course.entity.CarService;
import org.apache.ibatis.annotations.Param;
public interface CarServiceMapper extends BaseMapper<CarService> {
//    CarService query(@Param("type") Integer orderType, @Param("carId") Integer carId);
}