sandu-common/src/main/java/com/sandu/common/file/FileUploadDto.java
@@ -24,6 +24,12 @@ */ private String fileUrl; /** * 缩略图 */ private String screenShot; /** * 文件 类型 */ @@ -48,9 +54,5 @@ * 图片宽度 */ private Integer width; /** * 缩略图 */ private String screenShot; }