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;