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