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