无关风月
2024-11-14 8a025d3351fe4c6087c0dbf430624f4349e33d69
xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/HotWords.java
@@ -27,7 +27,7 @@
    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)