gongchunyi
2026-06-28 d4b2252268142d9b6f35f6fdc590c4e7cf6f0df3
src/main/java/com/ruoyi/quality/service/IQualityTestStandardService.java
@@ -22,7 +22,7 @@
    int copyParam(QualityTestStandard qualityTestStandard);
    List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType,String process);
    List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType);
    int delQualityTestStandard(List<Integer> ids);
}