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

io.gitee.putaoo.easypay.domain.wx.JsTicket Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package io.gitee.putaoo.easypay.domain.wx;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

import java.io.Serializable;

@Data
public class JsTicket implements Serializable {
    @JsonProperty(value = "expires_in")
    private Integer expire;
    @JsonProperty(value = "ticket")
    private String ticket;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy