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