xuhy
2024-12-13 2536f425d95d2e21aa1d61e942b52f10947c9300
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;