zss
10 天以前 c36e369c6af996cfa5e5dc1ac80a6bd19d6be522
src/main/java/com/ruoyi/quality/service/IQualityTestStandardService.java
@@ -23,4 +23,6 @@
    int copyParam(QualityTestStandard qualityTestStandard);
    List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType,String process);
    int delQualityTestStandard(List<Integer> ids);
}