无关风月
2025-02-20 04d2f146d27f9e4dbfb52d71b3092db764629167
ruoyi-system/src/main/java/com/ruoyi/system/model/TInformation.java
@@ -59,6 +59,10 @@
    @TableField("cover")
    private String cover;
    @ApiModelProperty(value = "简介")
    @TableField("brief_introduction")
    private String briefIntroduction;
    @ApiModelProperty(value = "内容")
    @TableField("content")
    private String content;