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

me.chanjar.weixin.open.bean.ma.privacy.ApplyPrivacyInterfaceResult Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.open.bean.ma.privacy;

import com.google.gson.annotations.SerializedName;
import lombok.Getter;
import lombok.Setter;
import me.chanjar.weixin.open.bean.result.WxOpenResult;

/**
 * 获取接口列表 响应
 *
 * @author 广州跨界
 */
@Getter
@Setter
public class ApplyPrivacyInterfaceResult extends WxOpenResult {

  /**
   * 审核ID
   */
  @SerializedName("audit_id")
  private Long auditId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy