yuan
2026-06-26 c11ab0383ff21c67ba380970a776ff6ae5ca5610
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);
}