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; }