dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 修改 API 商城用户统计图表数据数量限制逻辑
KKSU
2025-01-03
91f6f7f37efd867528619e2f0bf4afaf7bd52009
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
chain
/
trcCoin
/
OklinkModel.java
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.mall.chain.trcCoin;
import lombok.Data;
import java.util.List;
@Data
public class OklinkModel {
private String code;
private String msg;
private List<OklinkDataPageModel> data;
}