buhuazhen
2026-05-27 09b817d9043b694eb8a8f217f476f73e21034585
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);
}