tj
2025-04-15 0a730b84c41f44129bf5ecc112450d2edf4312c9
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
)