liyong
2026-01-26 8d258e0b07b94dc7c4b1cc9cadfbf132d6f05b8e
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;
}