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

com.fasc.open.api.v5_1.res.user.GetThreeElementsVerifyUrlRes Maven / Gradle / Ivy

package com.fasc.open.api.v5_1.res.user;

/**
 * @author zhoufucheng
 * @date 2023/8/16 13:43
 */
public class GetThreeElementsVerifyUrlRes {
    private String verifyUrl;

    public String getVerifyUrl() {
        return verifyUrl;
    }

    public void setVerifyUrl(String verifyUrl) {
        this.verifyUrl = verifyUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy