peng
2025-11-07 356a9f7a6e789ff152b80f917233b8736dfb0d7f
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
}
# 评分模板分页响应类型