From 356a9f7a6e789ff152b80f917233b8736dfb0d7f Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 07 十一月 2025 11:17:10 +0800
Subject: [PATCH] 页面显示字段调整

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

diff --git a/backend/src/main/resources/graphql/rating.graphqls b/backend/src/main/resources/graphql/rating.graphqls
index c22dfae..ff44496 100644
--- a/backend/src/main/resources/graphql/rating.graphqls
+++ b/backend/src/main/resources/graphql/rating.graphqls
@@ -27,6 +27,8 @@
     name: String!
     description: String
     totalScore: Int!
+    state: Int!
+    stateName: String!
     items: [RatingItemResponse!]
     createTime: String
     updateTime: String
@@ -38,6 +40,8 @@
     name: String!
     description: String
     totalScore: Int!
+    state: Int!
+    stateName: String!
     items: [RatingItemResponse!]
     createTime: String
     updateTime: String
@@ -47,8 +51,11 @@
 type RatingItemResponse {
     id: ID!
     name: String!
+    description: String
     maxScore: Int!
+    weight: Float
     orderNo: Int!
+    sortOrder: Int
 }
 
 # 璇勫垎妯℃澘鍒嗛〉鍝嶅簲绫诲瀷
@@ -57,6 +64,7 @@
     totalElements: ID!
     totalPages: Int!
     number: Int!
+    page: Int!
     size: Int!
     first: Boolean!
     last: Boolean!

--
Gitblit v1.8.0