zss
8 天以前 c483ee040589c0063724059228e7e6c8e4ff943c
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;
}