xuhy
2024-12-13 b5bab032e80f0233fdf06a4e8de2599bc6b65e47
ruoyi-system/src/main/java/com/ruoyi/system/domain/TInformation.java
@@ -82,6 +82,9 @@
    @ApiModelProperty(value = "实际下载量")
    @TableField("downland_num")
    private Integer downlandNum;
    @ApiModelProperty(value = "内容")
    @TableField("content")
    private String content;
    @TableField("create_by")
    private Long createBy;