sandu-common/src/main/java/com/sandu/common/file/FileUploadDto.java
@@ -1,5 +1,6 @@ package com.sandu.common.file; import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; /** @@ -24,8 +25,16 @@ */ private String fileUrl; /** * 绝对路径 */ private String realUrl; /** * 缩略图 */ private String screenShot; /** * 文件 类型 @@ -52,4 +61,16 @@ */ private Integer width; /** * md5 */ @TableField(exist = false) private String md5; /** * 视频时长 */ @TableField(exist = false) private Integer duration; }