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

cn.cliveyuan.tools.web.bean.CaptchaCodeResult Maven / Gradle / Ivy

The newest version!
package cn.cliveyuan.tools.web.bean;

import lombok.Builder;
import lombok.Data;

import java.io.Serializable;

/**
 * Created by Clive on 2020/02/17.
 */
@Data
@Builder
public class CaptchaCodeResult implements Serializable {
    private String captchaContent;
    private String verifyContent;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy