xuhy
2025-02-27 c474556f44163526700fd7c99a88e37e4297e23f
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;