gongchunyi
4 天以前 7e9f46c8cb12e4c59a8bf529a9280067d217fe12
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -10,7 +10,7 @@
public interface ProductStructureService extends IService<ProductStructure> {
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    Boolean addProductStructureDto(Integer bomId, List<ProductStructureDto> list);
    List<ProductStructureDto> listByBomId(Integer bomId);