yaowanxin
4 天以前 c11ffed99e390d5f85948e88f10c67202b5390e8
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);
}