xuhy
2025-02-28 8f9dba748594660d3b4512ebfb07bddf9f61c9f8
ruoyi-system/src/main/java/com/ruoyi/system/model/TInformation.java
@@ -55,6 +55,14 @@
    @TableField("release_time")
    private LocalDateTime releaseTime;
    @ApiModelProperty(value = "封面")
    @TableField("cover")
    private String cover;
    @ApiModelProperty(value = "简介")
    @TableField("brief_introduction")
    private String briefIntroduction;
    @ApiModelProperty(value = "内容")
    @TableField("content")
    private String content;