2026-04-11 c3c2b034ee9811c4872dde22bb2b4fe9409a9549
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -10,8 +10,10 @@
public interface ProductStructureService extends IService<ProductStructure> {
    ProductModelDto listByproductModelId(Long productId);
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listDetailBybomId(Integer bomId);
}