Skip to content

Commit 7164e26

Browse files
committed
🎨 代码优化
1 parent 3039dd0 commit 7164e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/RefundsRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
@Data
1818
@Builder
19-
@NoArgsConstructor(access = AccessLevel.PRIVATE)
20-
@AllArgsConstructor(access = AccessLevel.PRIVATE)
19+
@NoArgsConstructor
20+
@AllArgsConstructor
2121
public class RefundsRequest implements Serializable {
2222
private static final long serialVersionUID = -3186851559004865784L;
2323

0 commit comments

Comments
 (0)