huminmin
7 天以前 9cc95195220cc3b3d50224c60223df1eb7e82cf7
src/main/java/com/ruoyi/production/mapper/ProductStructureMapper.java
@@ -15,5 +15,5 @@
    List<ProductStructureDto> listBybomId(@Param("bomId") Long bomId);
    List<ProductStructureDto> listByproductModelId(@Param("productModelId") Long productModelId);
    List<ProductStructureDto> listBybomAndProcess(@Param("bomId") Long bomId, @Param("processId") Long processId);
}