buhuazhen
2026-05-27 ee690149bcf516b72df8f12916d5d93319bf55d5
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);
}