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

com.fasc.open.api.v5_1.res.signtask.GetTwoElementBatchSignUrlRes Maven / Gradle / Ivy

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

import com.fasc.open.api.bean.base.BaseBean;

/**
 * @author fadada
 * @date 2024年05月16日
 */
public class GetTwoElementBatchSignUrlRes extends BaseBean {
    private String twoElementBatchSignUrl;

    public String getTwoElementBatchSignUrl() {
        return twoElementBatchSignUrl;
    }

    public void setTwoElementBatchSignUrl(String twoElementBatchSignUrl) {
        this.twoElementBatchSignUrl = twoElementBatchSignUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy