cloudroam
2025-04-18 33c7ed565ad6bfb30eee84acc33b39e6b639ade9
app/src/main/java/com/example/firstapp/database/request/SmsLoginRequest.kt
@@ -4,4 +4,5 @@
    val username: String,
    val smsCode: String,
    val userType: String,
    var intevailCode: String
)