Hentua
2024-01-25 be7a5df652f0722ae897df560b2afdb06d8c268f
1
2
3
4
5
6
7
8
package cc.mrbird.febs.mall.dto;
 
import lombok.Data;
 
@Data
public class AdminIndexVideoDto {
    private String videoUrl;
}