昨天 7782a7e1191a0e98ffb20bca8b59248e98c556a8
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);
}