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

com.fasc.open.api.v5_1.res.archives.GetArchivesManageUrlRes Maven / Gradle / Ivy

There is a newer version: 5.6.4.0320
Show newest version
package com.fasc.open.api.v5_1.res.archives;


public class GetArchivesManageUrlRes {

    /**
     * 合同归档链接
     */
    private String archivesUrl;

    public String getArchivesUrl() {
        return archivesUrl;
    }

    public void setArchivesUrl(String archivesUrl) {
        this.archivesUrl = archivesUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy