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

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

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


/**
 * @Author: zhupintian
 * @Date: 2023/7/21
 */
public class CreateLegalRepresentativeSealByImageRes {

    /**
     * 印章审核工单ID
     */
    private Long verifyId;

    public Long getVerifyId() {
        return verifyId;
    }

    public void setVerifyId(Long verifyId) {
        this.verifyId = verifyId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy