
com.github.freegeese.weixin.pay.h5.dto.H5BatchQueryCommentResponse Maven / Gradle / Ivy
The newest version!
package com.github.freegeese.weixin.pay.h5.dto;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
@Data
@XStreamAlias("xml")
public class H5BatchQueryCommentResponse {
private String return_code;
private String return_msg;
private String result_code;
private String err_code;
private String err_code_des;
}