cloudroam
2025-04-18 33c7ed565ad6bfb30eee84acc33b39e6b639ade9
1
2
3
4
5
6
package com.example.firstapp.database.request
 
data class SmsSendRequest(
    val tel: String,
    val userType: String
)