cloudroam
2025-03-31 0bf7ddf03d457908a4ff2f2373f4fd8ee00275e3
1
2
3
4
5
6
package com.example.firstapp.database.request
 
data class SmsSendRequest(
    val tel: String,
    val userType: String
)