xuhy
2025-05-20 39a97f1b7585edc184ea5066600f1d9a2d2cb8cf
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);
}