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

com.fasc.open.api.event.seal.SealAuditPassCallBackDto Maven / Gradle / Ivy

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


/**
 * 印章审核通过事件
 */

public class SealAuditPassCallBackDto extends SealBasicCallBackDto {

    private Long verifyId;

    public Long getVerifyId() {
        return verifyId;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy