dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(votesActivity): 修改活动类型选择框的类名
Administrator
2025-04-25
0aaadc99bfced7f391ca1450951f46508389c620
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
AdminIndexVideoDto.java
1
2
3
4
5
6
7
8
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class AdminIndexVideoDto {
private String videoUrl;
}