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