huminmin
10 天以前 e8aca82ba390af090240ef7fda8d6f5fc5d3fe07
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -12,6 +12,7 @@
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listBybomId(Long bomId);
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
}