Codex Assistant
20 小时以前 58d9f460b2f8c34430285115e2557d18333c5cab
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
}
# 评分模板分页响应类型