src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -12,5 +12,5 @@ @Mapper public interface ProductStructureMapper extends BaseMapper<ProductStructure> { List<ProductStructure> listByProductId(@Param("productId") Long productId); List<ProductStructureDto> listByproductModelId(@Param("productModelId") Long productModelId); }