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

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

There is a newer version: 5.6.4.0320
Show newest version
package com.fasc.open.api.event.seal;


/**
 * 印章审核撤销事件
 */
public class SealAuditCancelCallBackDto extends EventCallBackDto {

    private Long verifyId;


    public Long getVerifyId() {
        return verifyId;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy