Skip to content

Commit 99d450f

Browse files
committed
🎨 优化代码
1 parent bb07717 commit 99d450f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import com.github.binarywang.wxpay.exception.WxPayException;
66
import com.thoughtworks.xstream.annotations.XStreamAlias;
77
import lombok.*;
8+
import lombok.experimental.Accessors;
89
import me.chanjar.weixin.common.annotation.Required;
910

1011
import java.util.Map;
@@ -16,6 +17,7 @@
1617
@Data
1718
@EqualsAndHashCode(callSuper = true)
1819
@Builder(builderMethodName = "newBuilder")
20+
@Accessors(chain = true)
1921
@NoArgsConstructor
2022
@AllArgsConstructor
2123
@XStreamAlias("xml")

0 commit comments

Comments
 (0)