From c4938f6f4e839890b032c75c7a57333a6a9157a9 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 06 十一月 2025 17:06:10 +0800
Subject: [PATCH] 添加新闻功能

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

diff --git a/backend/src/main/resources/graphql/rating.graphqls b/backend/src/main/resources/graphql/rating.graphqls
index d563e9a..ff44496 100644
--- a/backend/src/main/resources/graphql/rating.graphqls
+++ b/backend/src/main/resources/graphql/rating.graphqls
@@ -51,8 +51,11 @@
 type RatingItemResponse {
     id: ID!
     name: String!
+    description: String
     maxScore: Int!
+    weight: Float
     orderNo: Int!
+    sortOrder: Int
 }
 
 # 璇勫垎妯℃澘鍒嗛〉鍝嶅簲绫诲瀷

--
Gitblit v1.8.0