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