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

com.fasc.open.api.v5_1.res.seal.GetSealFreeSignToTemplateUrlRes Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.res.seal;

/**
 * @author zhoufucheng
 * @date 2024/9/19 14:08
 */
public class GetSealFreeSignToTemplateUrlRes {
    private String freeSignUrl;
    private String freeSignShortUrl;

    public String getFreeSignUrl() {
        return freeSignUrl;
    }

    public void setFreeSignUrl(String freeSignUrl) {
        this.freeSignUrl = freeSignUrl;
    }

    public String getFreeSignShortUrl() {
        return freeSignShortUrl;
    }

    public void setFreeSignShortUrl(String freeSignShortUrl) {
        this.freeSignShortUrl = freeSignShortUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy