From 375c18a6d2713ff19b22093eec57315992d8333f Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期四, 06 十一月 2025 13:33:52 +0800
Subject: [PATCH] 增加评审下载

---
 backend/src/main/resources/graphql/activity.graphqls |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/backend/src/main/resources/graphql/activity.graphqls b/backend/src/main/resources/graphql/activity.graphqls
index ba530a4..e497252 100644
--- a/backend/src/main/resources/graphql/activity.graphqls
+++ b/backend/src/main/resources/graphql/activity.graphqls
@@ -70,6 +70,7 @@
     createTime: String
 
     updateTime: String
+    reviewExportUrl: String
 
     coverImage: MediaResponse
 

--
Gitblit v1.8.0