dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
赠送积分更新状态
xiaoyong931011
2023-08-23
3ae8cf3beda0f3ca7f9c05e807dbafb107378139
[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;
}