dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复活动关注列表分组查询问题
Administrator
2025-06-17
97c56c176af03b1f890cadf7a22c04340ffaedc1
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
model
/
FPCertificateVo.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.pay.model;
import lombok.Data;
import java.util.List;
@Data
public class FPCertificateVo {
private List<FPCertificates> data;
}