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

me.chanjar.weixin.cp.bean.oa.WxCpApprovalInfo Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean.oa;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.io.Serializable;
import java.util.List;

/**
 * The type Wx cp approval info.
 *
 * @author element
 */
@Data
public class WxCpApprovalInfo implements Serializable {
  private static final long serialVersionUID = 7387181805254287167L;

  @SerializedName("errcode")
  private Integer errCode;

  @SerializedName("errmsg")
  private String errMsg;

  @SerializedName("sp_no_list")
  private List spNoList;

  @SerializedName("next_cursor")
  private Integer nextCursor;

  @SerializedName("new_next_cursor")
  private String newNextCursor;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy