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

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

package com.labijie.application.model

/**
 *
 * @author lishiwen
 * @date 20-5-15
 * @since JDK1.8
 */
data class SendSmsTemplateParam(
    var phoneNumber: String = "",
    var template: String = "",
    var templateParam: Map? = null,
    var sendTime: Long = System.currentTimeMillis()
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy