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