dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
文件上传服务器地址
KKSU
2024-02-19
e7c0ed7c62c5cc3aa56abb8de4b50314d6a11f86
[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;
}