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