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

me.chanjar.weixin.channel.bean.home.tree.TreeAuditResult Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.channel.bean.home.tree;

import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.List;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * 展示在店铺主页的商品分类
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class TreeAuditResult implements Serializable {

  private static final long serialVersionUID = 8142657614529852121L;

  /** 版本号。设置分类树的接口会用到 */
  @JsonProperty("version")
  private Integer version;

  /** 展示在店铺主页的商品分类 */
  @JsonProperty("audit_results")
  private List auditResults;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy