yys
昨天 8e546c5b456b16bf766f8a27bb71a66b151554d7
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);
}