dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(payment): 集成 FIUU 支付方式并优化退款流程
KKSU
2025-02-06
dbdc1ed6a3ecdcb20981b9e84200c69424444d6d
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
HeaderDto.java
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.pay.model;
import com.sun.org.apache.xpath.internal.operations.Bool;
import lombok.Data;
@Data
public class HeaderDto {
private String callback_url;
private boolean show_fapiao_cell;
}