gongchunyi
4 天以前 98af2bbf6d7c1c821919fc2221c4181479cdc562
src/main/java/com/ruoyi/production/service/IProductionOrderStructureService.java
@@ -18,5 +18,5 @@
    List<ProductionOrderStructureDto> listByOrderId(Long orderId);
    void addOrUpdateBomStructs(ProductionOrderStructureDto instanceDto);
    void addOrUpdateBomStructs(Long orderId, List<ProductionOrderStructureDto> list);
}