dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai):为成员团队练习和学习接口添加分页功能
Administrator
yesterday
9b3f0e0c496871e9bc633bafe2512cace82dd5e2
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminIndexVideoDto.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminIndexVideoDto {
private String videoUrl;
private String pngUrl;
private String timeStop;
}