lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IParaMillToolService.java
@@ -2,6 +2,7 @@ import org.jeecg.modules.tms.entity.ParaMillTool; import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.tms.entity.dto.ToolQueryParamDto; import org.jeecg.modules.tms.entity.vo.ParaMillToolVo; import java.util.List; @@ -14,5 +15,5 @@ */ public interface IParaMillToolService extends IService<ParaMillTool> { List<ParaMillToolVo> selectByClassifyAndDiameter(String classifyId, String diameter); List<ParaMillToolVo> selectByClassifyAndDiameter(ToolQueryParamDto queryParamDto); }