无关风月
2024-12-31 0c51a577db337520452022d9d6a22b720ef858d4
xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/HotWords.java
@@ -27,9 +27,11 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "热词id")
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty(value = "编辑删除使用该字段 赋值到id上")
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "排序权重")
    @TableField("sort_num")
    private Integer sortNum;