
com.fasc.open.api.event.seal.SealAuditCancelCallBackDto Maven / Gradle / Ivy
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