KKSU
2024-05-30 d0d2e4440493e61a4d274418a7b0ce3889b3ef6f
1
2
3
4
5
6
7
8
package cc.mrbird.febs.mall.dto;
 
import lombok.Data;
 
@Data
public class AdminIndexVideoDto {
    private String videoUrl;
}