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

com.github.fangzhengjin.common.component.verification.vo.VerificationCode.kt Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package com.github.fangzhengjin.common.component.verification.vo

import com.github.fangzhengjin.common.component.verification.service.VerificationType
import java.awt.image.BufferedImage

/**
 * @version V1.0
 * @title: VerificationCode
 * @package com.github.fangzhengjin.common.component.verification.vo
 * @description:
 * @author fangzhengjin
 * @date 2019/2/26 17:02
 */
data class VerificationCode @JvmOverloads constructor(
        val code: String,
        val image: BufferedImage?,
        val verificationType: VerificationType = VerificationType.IMAGE
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy