dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加活动过期自动下架功能
KKSU
2025-01-08
89384e54b9a4e5f7fc22a24c5d2ca2650549c297
[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;
}