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

me.chanjar.weixin.channel.bean.coupon.UserExtInfo Maven / Gradle / Ivy

There is a newer version: 4.7.5.B
Show newest version
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