cloudroam
2025-04-03 97745e7ad15fb3d175f81dfdd2f24269e8fdfefd
app/src/main/java/com/example/firstapp/entity/InvitationRecord.kt
@@ -2,5 +2,6 @@
data class InvitationRecord(
    val userName: String,
    val reward: String
    val reward: String,
    val status: String
)