From 98faa1d5d540a7e4de4086ea11df3fd61b5c7ab9 Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期三, 17 七月 2024 11:47:03 +0800
Subject: [PATCH] 将要取消游戏页面item的结果动画

---
 app/src/main/java/com/dollearn/student/network/entity/ScoreRecordBean.kt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/dollearn/student/network/entity/ScoreRecordBean.kt b/app/src/main/java/com/dollearn/student/network/entity/ScoreRecordBean.kt
index ffb1968..7227772 100644
--- a/app/src/main/java/com/dollearn/student/network/entity/ScoreRecordBean.kt
+++ b/app/src/main/java/com/dollearn/student/network/entity/ScoreRecordBean.kt
@@ -11,7 +11,6 @@
 data class ScoreRecord(
     val createTime: String,
     val gameId: Int,
-    val id: Int,
     val integral: String,
     val method: String,
     val storyId: Int,

--
Gitblit v1.7.1