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; }