xuhy
2025-10-13 cf404ad1401f38488db6fa610fc5ce7dcf9eec84
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;
}