lyh
2025-05-29 e63255bf33f3835e99e30efaf3c6a3fc7fc4d1ba
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);
}