We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a361487 commit 230fc9fCopy full SHA for 230fc9f
2 files changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayQueryResult.java
@@ -1,11 +1,7 @@
1
package com.github.binarywang.wxpay.bean.result;
2
3
import com.github.binarywang.wxpay.bean.entpay.EntPayQueryResult;
4
-import com.github.binarywang.wxpay.bean.entpay.EntPayResult;
5
import com.thoughtworks.xstream.annotations.XStreamAlias;
6
-import lombok.Data;
7
-import lombok.EqualsAndHashCode;
8
-import lombok.NoArgsConstructor;
9
import org.apache.commons.beanutils.BeanUtils;
10
11
/**
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayResult.java
@@ -4,8 +4,6 @@
-import java.lang.reflect.InvocationTargetException;
-
* 企业付款返回结果
* 请使用{@link EntPayResult}
0 commit comments