cloudroam
2025-04-01 acda5f7095fd8ccc2d6d86129d1e7f8cff2f5e4e
1
2
3
4
5
6
package com.example.firstapp.entity
 
data class InvitationRecord(
    val userName: String,
    val reward: String
)