zhujie
2025-04-03 fe04012057d024770e0180543483d393281a542f
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
)