liding
23 小时以前 eaa7d1a7ee311b7c7c958e41057f0c3a992deca8
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;
}