From 3714621173c606c4c58439ed8941100ce9ddea14 Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 05 十一月 2025 15:10:49 +0800
Subject: [PATCH] bug
---
backend/src/main/java/com/rongyichuang/player/dto/response/ActivityPlayerApplicationResponse.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/backend/src/main/java/com/rongyichuang/player/dto/response/ActivityPlayerApplicationResponse.java b/backend/src/main/java/com/rongyichuang/player/dto/response/ActivityPlayerApplicationResponse.java
index 1651395..ac1b016 100644
--- a/backend/src/main/java/com/rongyichuang/player/dto/response/ActivityPlayerApplicationResponse.java
+++ b/backend/src/main/java/com/rongyichuang/player/dto/response/ActivityPlayerApplicationResponse.java
@@ -8,6 +8,8 @@
private String phone;
private String applyTime; // ISO瀛楃涓�
private Integer state;
+ private Integer ratingCount; // 璇勫娆℃暟
+ private Double averageScore; // 骞冲潎鍒�
public Long getId() { return id; }
public void setId(Long id) { this.id = id; }
@@ -29,4 +31,10 @@
public Integer getState() { return state; }
public void setState(Integer state) { this.state = state; }
+
+ public Integer getRatingCount() { return ratingCount; }
+ public void setRatingCount(Integer ratingCount) { this.ratingCount = ratingCount; }
+
+ public Double getAverageScore() { return averageScore; }
+ public void setAverageScore(Double averageScore) { this.averageScore = averageScore; }
}
\ No newline at end of file
--
Gitblit v1.8.0