xuhy
2025-10-16 9c302dc54f22e274eabc7ec3189aa1e217430944
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;
}