dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
KKSU
2024-04-01
a14248f2793769771a75e6633c8d13348b5ad4b1
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
NBYHResponse.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.pay.model;
import lombok.Data;
@Data
public class NBYHResponse {
private boolean flag;
private String msg;
}