yys
20 小时以前 9e33d74a62e8b2b37c2f1c290a88392d352e8ece
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -14,4 +14,7 @@
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
    Long countBybomId(Integer bomId);
}