chenrui
2025-04-08 9f8f73240c885488fdffc1062826520cf7abb86b
inspect-server/src/main/java/com/ruoyi/inspect/mapper/ReliabilityPlanProductItemMapper.java
@@ -20,4 +20,8 @@
    List<Map<String, Object>> itemList(@Param("planId") Integer rePlanId);
    List<Map<String, Object>> codeList(@Param("planId") Integer rePlanId);
    List<Map<String, Object>> materialItem(@Param("planId") Integer rePlanId);
    List<Map<String, Object>> materialCodeList(@Param("planId") Integer rePlanId);
}