yys
3 天以前 5d8774383dae795cf750267404a9f7462c5e7a27
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -15,4 +15,6 @@
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
    Long countBybomId(Integer bomId);
}