liyong
2026-01-30 7cf629967fc8b4ac879ce223522b6ca6e1ea2933
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;
}