zss
昨天 8957203bdb94c0119e9e86e56f5f0c82b5ce3869
src/main/java/com/ruoyi/production/mapper/ProductBomMapper.java
@@ -20,7 +20,7 @@
@Mapper
public interface ProductBomMapper extends BaseMapper<ProductBom> {
    IPage<ProductBomDto> listPage(Page page, @Param("c") ProductBomDto productBomDto);
    IPage<ProductBomDto> listPage(Page<ProductBom> page, @Param("c") ProductBomDto productBomDto);
    ProductBomDto getById(@Param("bomId") Long bomId);
}