yuan
2026-06-26 0ac445694a8ffc0e26e54d788d889b3797edf7a0
src/main/java/com/ruoyi/quality/service/IQualityTestStandardService.java
@@ -22,5 +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);
}