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