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