From 3714621173c606c4c58439ed8941100ce9ddea14 Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 05 十一月 2025 15:10:49 +0800
Subject: [PATCH] bug
---
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