yuan
2026-06-25 3b02ada59b793fe7db195bbb39dbc0e533f036d6
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);
}