src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -14,4 +14,7 @@
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
    Long countBybomId(Integer bomId);
}