xuhy
2024-12-23 7252d2578171fc374d657f9b37f43d8ad64638e3
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;