lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/ParaHoleToolsMapper.java
@@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Param; import org.jeecg.modules.tms.entity.ParaHoleTools; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.jeecg.modules.tms.entity.vo.ParaHolesToolsVo; /** * @Description: tms_para_hole_tools @@ -14,4 +15,6 @@ */ public interface ParaHoleToolsMapper extends BaseMapper<ParaHoleTools> { List<ParaHolesToolsVo> selectByClassifyAndDiameter(@Param("classifyId") String classifyId, @Param("diameter") String diameter); }