lmw
2025-03-07 f84c51bb2f6be93b1ff6e48077316eaabd713d9f
1
2
3
4
5
6
package com.dollearn.student.network.entity
 
data class ReqLogin(
    val phone: String,
    val phoneCode: String
)