huminmin
9 小时以前 466ee077797f7c145fee8462f14029255618aa6a
src/main/java/com/ruoyi/quality/service/IQualityTestStandardService.java
@@ -23,4 +23,8 @@
    int copyParam(QualityTestStandard qualityTestStandard);
    List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType,String process);
    int delQualityTestStandard(List<Integer> ids);
    List<QualityTestStandard> getParameterItemByProcessOrCategory(Long id, Integer inspectType);
}