xuhy
2025-10-14 453ee097563df5788f96e102b38249f0ca70d82a
ruoyi-system/src/main/java/com/ruoyi/system/model/TSysLive.java
@@ -84,4 +84,7 @@
    @TableField("push_type")
    private String pushType;
    @ApiModelProperty(value = "点击次数")
    @TableField("click_count")
    private Integer clickCount;
}