From f571288a24fcf10143dcc8015ffbbf38dbc0c614 Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期一, 17 六月 2024 23:03:49 +0800 Subject: [PATCH] save --- app/src/main/java/com/dollearn/student/network/entity/ReqSaveProgress.kt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/dollearn/student/network/entity/ReqSaveProgress.kt b/app/src/main/java/com/dollearn/student/network/entity/ReqSaveProgress.kt index 7c048a2..06a10d2 100644 --- a/app/src/main/java/com/dollearn/student/network/entity/ReqSaveProgress.kt +++ b/app/src/main/java/com/dollearn/student/network/entity/ReqSaveProgress.kt @@ -1,6 +1,8 @@ package com.dollearn.student.network.entity data class ReqSaveProgress( + val answerNumber:Int, + val correctNumber:Int, val day:Int, val week:Int, val type:Int, -- Gitblit v1.7.1