We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a89e1b + b660bfd commit 43f96f4Copy full SHA for 43f96f4
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ProfitSharingResult.java
@@ -1,6 +1,8 @@
1
package com.github.binarywang.wxpay.bean.ecommerce;
2
3
import com.google.gson.annotations.SerializedName;
4
+import lombok.Data;
5
+import lombok.NoArgsConstructor;
6
7
import java.io.Serializable;
8
@@ -9,6 +11,8 @@
9
11
* @author: f00lish
10
12
* @date: 2020/09/12
13
*/
14
+@Data
15
+@NoArgsConstructor
16
public class ProfitSharingResult implements Serializable {
17
18
private static final long serialVersionUID = 9026456165403642050L;
0 commit comments