cuilei
2025-05-29 d4328b5fac8a01d685a3068f097668132095807d
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IParaMillToolService.java
@@ -2,6 +2,10 @@
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;
/**
 * @Description: tms_para_mill_tool
@@ -11,4 +15,5 @@
 */
public interface IParaMillToolService extends IService<ParaMillTool> {
    List<ParaMillToolVo> selectByClassifyAndDiameter(ToolQueryParamDto queryParamDto);
}