bug
Codex Assistant
2025-11-05 3714621173c606c4c58439ed8941100ce9ddea14
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
}
# 评分模板分页响应类型