We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c10cdd commit b660bfdCopy full SHA for b660bfd
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