gongchunyi
2026-04-09 2ad2948d0e1c4e0d9d5000c3eb02605c3aceed94
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -10,8 +10,8 @@
public interface ProductStructureService extends IService<ProductStructure> {
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    Boolean addProductStructureDto(Integer bomId, List<ProductStructureDto> list);
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listByBomId(Integer bomId);
}