gongchunyi
2026-02-10 09a6947f5fcef8dfabee5f5aca829becfbc21b47
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -12,6 +12,6 @@
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listBybomId(Long bomId);
    List<ProductStructureDto> listBybomId(Integer bomId);
}