Codex Assistant
2025-11-06 308d3b3b7883a92a761dfaf4f607a9f4658213cf
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
}
# 评分模板分页响应类型