dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(config): 重构配置文件并添加新配置
KKSU
2024-12-19
20662f11dc1888e1e737e41e938cb4cc320a44cc
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
RankAwardDto.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "RankAwardDto", description = "参数接口类")
public class RankAwardDto {
}