From 6ae35089a05b58dc31c243b9bb4f6a80b20c3a7b Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期五, 23 五月 2025 17:44:42 +0800
Subject: [PATCH] 修改接口

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/TQaProduceReportService.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/TQaProduceReportService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/TQaProduceReportService.java
index 0a580c8..fba8c4d 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/TQaProduceReportService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/TQaProduceReportService.java
@@ -22,4 +22,10 @@
      * @return
      */
     PageInfo<TQaProduceReportVO> pageList(TQaProduceReportQuery query);
+    /**
+     * 获取中试、生产验证分析报告;辅料;产品报告管理分页列表
+     * @param query
+     * @return
+     */
+    PageInfo<TQaProduceReportVO> evaluateList(TQaProduceReportQuery query);
 }

--
Gitblit v1.7.1