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