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