From 99d450f3cfe684cd4242ac1daf56b1fb52bf6413 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sat, 29 Feb 2020 14:29:23 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wxpay/bean/profitsharing/ProfitSharingQueryRequest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java index c4009858..5f5282db 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java @@ -5,6 +5,7 @@ import com.github.binarywang.wxpay.constant.WxPayConstants; import com.github.binarywang.wxpay.exception.WxPayException; import com.thoughtworks.xstream.annotations.XStreamAlias; import lombok.*; +import lombok.experimental.Accessors; import me.chanjar.weixin.common.annotation.Required; import java.util.Map; @@ -16,6 +17,7 @@ import java.util.Map; @Data @EqualsAndHashCode(callSuper = true) @Builder(builderMethodName = "newBuilder") +@Accessors(chain = true) @NoArgsConstructor @AllArgsConstructor @XStreamAlias("xml")