liyong
2026-01-26 ce3244941783ebc1a2e85aaeabd366288bf67195
ruoyi-common/src/main/java/com/ruoyi/basic/entity/StorageBlob.java
@@ -70,4 +70,7 @@
     */
    @TableField(value = "type")
    private Long type;
    @TableField(value = "file_url")
    private String fileUrl;
}