13
13
* <pre>
14
14
* 文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
15
15
* </pre>
16
+ *
17
+ * @author cloudX
16
18
*/
17
19
@ Data
18
20
@ NoArgsConstructor
19
21
public class PartnerTransactionsRequest implements Serializable {
20
22
private static final long serialVersionUID = -1550405819444680465L ;
23
+
21
24
/**
22
25
* <pre>
23
26
* 字段名:服务商公众号ID
@@ -225,6 +228,7 @@ public class PartnerTransactionsRequest implements Serializable {
225
228
@ Data
226
229
@ NoArgsConstructor
227
230
public static class Discount implements Serializable {
231
+ private static final long serialVersionUID = 1090134053810201492L ;
228
232
229
233
/**
230
234
* <pre>
@@ -254,7 +258,7 @@ public static class Discount implements Serializable {
254
258
* </pre>
255
259
*/
256
260
@ SerializedName (value = "invoice_id" )
257
- private Integer invoiceId ;
261
+ private String invoiceId ;
258
262
259
263
/**
260
264
* <pre>
@@ -274,6 +278,7 @@ public static class Discount implements Serializable {
274
278
@ Data
275
279
@ NoArgsConstructor
276
280
public static class Amount implements Serializable {
281
+ private static final long serialVersionUID = -4967636398225864273L ;
277
282
278
283
/**
279
284
* <pre>
@@ -308,6 +313,7 @@ public static class Amount implements Serializable {
308
313
@ Data
309
314
@ NoArgsConstructor
310
315
public static class Payer implements Serializable {
316
+ private static final long serialVersionUID = -3946401119476159971L ;
311
317
312
318
/**
313
319
* <pre>
@@ -341,7 +347,9 @@ public static class Payer implements Serializable {
341
347
342
348
@ Data
343
349
@ NoArgsConstructor
344
- public static class SettleInfo implements Serializable {
350
+ public static class SettleInfo implements Serializable {
351
+ private static final long serialVersionUID = 4438958789491671746L ;
352
+
345
353
/**
346
354
* <pre>
347
355
* 字段名:是否指定分账
@@ -378,6 +386,7 @@ public static class SettleInfo implements Serializable{
378
386
@ Data
379
387
@ NoArgsConstructor
380
388
public static class GoodsDetail implements Serializable {
389
+ private static final long serialVersionUID = -2574001236925022932L ;
381
390
382
391
/**
383
392
* <pre>
@@ -453,6 +462,8 @@ public static class GoodsDetail implements Serializable {
453
462
@ Data
454
463
@ NoArgsConstructor
455
464
public static class SceneInfo implements Serializable {
465
+ private static final long serialVersionUID = 4678263124015070957L ;
466
+
456
467
/**
457
468
* <pre>
458
469
* 字段名:商户端设备号
@@ -514,6 +525,7 @@ public static class SceneInfo implements Serializable {
514
525
@ Data
515
526
@ NoArgsConstructor
516
527
public static class H5Info implements Serializable {
528
+ private static final long serialVersionUID = -6865738707329486532L ;
517
529
518
530
/**
519
531
* <pre>
@@ -593,6 +605,7 @@ public static class H5Info implements Serializable {
593
605
@ Data
594
606
@ NoArgsConstructor
595
607
public static class StoreInfo implements Serializable {
608
+ private static final long serialVersionUID = -8002411737407580701L ;
596
609
597
610
/**
598
611
* <pre>
0 commit comments