com.fasc.open.api.v5_1.res.seal.CreateSealByImageRes Maven / Gradle / Ivy
The newest version!
package com.fasc.open.api.v5_1.res.seal;
/**
* @Author: zhupintian
* @Date: 2023/7/21
*/
public class CreateSealByImageRes {
/**
* 审核工单id
*/
private Long verifyId;
public Long getVerifyId() {
return verifyId;
}
public void setVerifyId(Long verifyId) {
this.verifyId = verifyId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy