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;
}