Skip to content

Commit

Permalink
🐛 #1766 修复电商收付通请求分账结果类未添加相关注解的问题
Browse files Browse the repository at this point in the history
* 微信收付通增加请求分账回退接口

* 修复请求分账结果未添加lombok注解
  • Loading branch information
f00lish authored Sep 17, 2020
1 parent 7c10cdd commit b660bfd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.github.binarywang.wxpay.bean.ecommerce;

import com.google.gson.annotations.SerializedName;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.io.Serializable;

Expand All @@ -9,6 +11,8 @@
* @author: f00lish
* @date: 2020/09/12
*/
@Data
@NoArgsConstructor
public class ProfitSharingResult implements Serializable {

private static final long serialVersionUID = 9026456165403642050L;
Expand Down

0 comments on commit b660bfd

Please sign in to comment.