This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎨
优化代码,增加serialVersionUID
dev1
Binary Wang
5 years ago
parent
f58ba62acc
commit
fb4705281a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/entpay/EntPayResult.java
+ 2
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/entpay/EntPayResult.java
View File
@@ -20,6 +20,8 @@ import org.w3c.dom.Document;
@NoArgsConstructor
@XStreamAlias("xml")
public class EntPayResult extends BaseWxPayResult {
private static final long serialVersionUID = 8523569987269603097L;
/**
* 商户号.
*/
Write
Preview
Loading…
Cancel
Save