dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 ε εΌε½ι
xiaoyong931011
2022-12-30
160bd7b91fc23fc6a774d97e6535889c3c6b7344
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
SinglePayCallBackVo.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.pay.model;
import lombok.Data;
@Data
public class SinglePayCallBackVo {
private String statusCode;
private String message;
}