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; /** @@ -23,6 +24,11 @@ * 文件路径 */ private String fileUrl; /** * 绝对路径 */ private String realUrl; /** @@ -54,9 +60,17 @@ * 图片宽度 */ private Integer width; /** * 缩略图 * md5 */ private String screenShot; @TableField(exist = false) private String md5; /** * 视频时长 */ @TableField(exist = false) private Integer duration; }