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