2 天以前 c15e67c83394c1734eb4e9802d8f343c6076efc1
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;
}