21 小时以前 6f81bb5170b667e6cf3b7f31868e29c258f90c27
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;
}