mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-20 09:28:58 +08:00
🎨 代码优化
This commit is contained in:
parent
3039dd018e
commit
7164e26195
@ -16,8 +16,8 @@ import java.io.Serializable;
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
@AllArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class RefundsRequest implements Serializable {
|
||||
private static final long serialVersionUID = -3186851559004865784L;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user