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