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