2 天以前 a0f6e44368f8c73145039a96fcec77cb5c1f23f9
src/main/java/com/ruoyi/basic/dto/StorageBlobVO.java
@@ -10,8 +10,14 @@
     */
    private String previewURL;
    private String url;
    private String name;
    /**
     * 下载地址
     */
    private String downloadURL;
    private Long storageAttachmentId;
}