cn.signit.sdk.pojo.SignatureResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signit-java-sdk Show documentation
Show all versions of signit-java-sdk Show documentation
welcome use signit Java Sdk!
/*
* Copyright © 2018 signit.cn. All rights reserved.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package cn.signit.sdk.pojo;
import cn.signit.sdk.pojo.response.AbstractSignitResponse;
/**
* 快捷签署响应.
*
* @since 1.0.0
* @since 1.0.2 继承抽象类
*/
public class SignatureResponse extends AbstractSignitResponse {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy