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

org.swiftboot.service.model.Captcha Maven / Gradle / Ivy

The newest version!
package org.swiftboot.service.model;

import java.io.Serializable;

/**
 * 防机器人验证码
 *
 * @author swiftech
 */
public class Captcha implements Serializable {

    private String captcha;

    public String getCaptcha() {
        return captcha;
    }

    public void setCaptcha(String captcha) {
        this.captcha = captcha;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy