![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fangzhengjin.common.component.verification.vo.VerificationCode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-verification-code-spring-boot-starter Show documentation
Show all versions of common-verification-code-spring-boot-starter Show documentation
common-verification-code-spring-boot-starter
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