me.chanjar.weixin.channel.bean.home.banner.BannerApplyResponse Maven / Gradle / Ivy
The newest version!
package me.chanjar.weixin.channel.bean.home.banner;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;
/**
* 提交精选展位申请 结果
*
* @author Zeyes
*/
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class BannerApplyResponse extends WxChannelBaseResponse {
private static final long serialVersionUID = -2194587734444499201L;
/** 申请编号 */
@JsonProperty("apply_id")
private Integer applyId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy