me.chanjar.weixin.channel.bean.coupon.UserExtInfo Maven / Gradle / Ivy
package me.chanjar.weixin.channel.bean.coupon;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
 * 用户优惠券附加信息
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class UserExtInfo implements Serializable {
  private static final long serialVersionUID = 8304922825230343409L;
  /** 优惠券核销时间 */
  @JsonProperty("use_time")
  private Long useTime;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy