buhuazhen
2026-04-16 df13b146673c8fc43a7495a6d017383b80346948
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -12,6 +12,7 @@
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listBybomId(Long bomId);
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
}