chenrui
2025-04-09 17ea3e9ec4f49b3652ff8a1e7dc9af502503d3f0
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);
}