lisy
2023-07-26 723746ed35048c946d7e4d18b0574d730425fc05
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);
}