🎨 优化代码,增加serialVersionUID

This commit is contained in:
Binary Wang 2020-03-08 20:20:10 +08:00
parent f58ba62acc
commit fb4705281a

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;
/**
* 商户号.
*/