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

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

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


public class SealBasicCallBackDto extends EventCallBackDto {

    private Long sealId;


    public Long getSealId() {
        return sealId;
    }

    public void setSealId(Long sealId) {
        this.sealId = sealId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy