mitao
2024-09-09 cf98926793932b132000e237a487ba4343084410
xinquan-modules/xinquan-user/src/main/java/com/xinquan/user/domain/Tag.java
@@ -30,9 +30,12 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty(value = "标签类型")
    @TableField(value = "tag_type")
    private Integer tagType;
    @ApiModelProperty(value = "标签名称")
    @TableField("tag_name")
    private String tagName;
}