lyh
2025-05-29 e63255bf33f3835e99e30efaf3c6a3fc7fc4d1ba
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IParaMillToolService.java
@@ -2,6 +2,9 @@
import org.jeecg.modules.tms.entity.ParaMillTool;
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.tms.entity.vo.ParaMillToolVo;
import java.util.List;
/**
 * @Description: tms_para_mill_tool
@@ -11,4 +14,5 @@
 */
public interface IParaMillToolService extends IService<ParaMillTool> {
    List<ParaMillToolVo> selectByClassifyAndDiameter(String classifyId, String diameter);
}