Skip to content

Commit 43f96f4

Browse files
authored
Merge pull request #5 from Wechat-Group/develop
🐛 binarywang#1766 修复电商收付通请求分账结果类未添加相关注解的问题
2 parents 8a89e1b + b660bfd commit 43f96f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ProfitSharingResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package com.github.binarywang.wxpay.bean.ecommerce;
22

33
import com.google.gson.annotations.SerializedName;
4+
import lombok.Data;
5+
import lombok.NoArgsConstructor;
46

57
import java.io.Serializable;
68

@@ -9,6 +11,8 @@
911
* @author: f00lish
1012
* @date: 2020/09/12
1113
*/
14+
@Data
15+
@NoArgsConstructor
1216
public class ProfitSharingResult implements Serializable {
1317

1418
private static final long serialVersionUID = 9026456165403642050L;

0 commit comments

Comments
 (0)