All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.labijie.application.model.SendSmsCaptchaParam.kt Maven / Gradle / Ivy

package com.labijie.application.model

/**
 * Created with IntelliJ IDEA.
 * @author Anders Xiao
 * @date 2019-11-28
 */
data class SendSmsCaptchaParam(
    var phoneNumber: String = "",
    var modifier:String = "",
    var captchaType: CaptchaType = CaptchaType.General,
    var stamp: String = ""
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy