buhuazhen
3 天以前 0fcc63f1fc7f202627180658c19c93b0b7fa7f10
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);
}