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