mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-07 06:07:47 +08:00
🎨 优化代码,增加serialVersionUID
This commit is contained in:
parent
f58ba62acc
commit
fb4705281a
@ -20,6 +20,8 @@ import org.w3c.dom.Document;
|
|||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@XStreamAlias("xml")
|
@XStreamAlias("xml")
|
||||||
public class EntPayResult extends BaseWxPayResult {
|
public class EntPayResult extends BaseWxPayResult {
|
||||||
|
private static final long serialVersionUID = 8523569987269603097L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 商户号.
|
* 商户号.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user