Browse Source

清理代码

master
Binary Wang 7 years ago
parent
commit
230fc9f16c
2 changed files with 0 additions and 6 deletions
  1. +0
    -4
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayQueryResult.java
  2. +0
    -2
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayResult.java

+ 0
- 4
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayQueryResult.java View File

@@ -1,11 +1,7 @@
package com.github.binarywang.wxpay.bean.result; package com.github.binarywang.wxpay.bean.result;


import com.github.binarywang.wxpay.bean.entpay.EntPayQueryResult; import com.github.binarywang.wxpay.bean.entpay.EntPayQueryResult;
import com.github.binarywang.wxpay.bean.entpay.EntPayResult;
import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import org.apache.commons.beanutils.BeanUtils; import org.apache.commons.beanutils.BeanUtils;


/** /**


+ 0
- 2
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxEntPayResult.java View File

@@ -4,8 +4,6 @@ import com.github.binarywang.wxpay.bean.entpay.EntPayResult;
import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamAlias;
import org.apache.commons.beanutils.BeanUtils; import org.apache.commons.beanutils.BeanUtils;


import java.lang.reflect.InvocationTargetException;

/** /**
* 企业付款返回结果 * 企业付款返回结果
* 请使用{@link EntPayResult} * 请使用{@link EntPayResult}


Loading…
Cancel
Save