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 } # 评分模板分页响应类型