mitao
2024-09-07 2862c3e4da3adbb4bea43151514f0c43b86476d6
xinquan-modules/xinquan-user/src/main/java/com/xinquan/user/domain/Tag.java
@@ -30,6 +30,10 @@
    @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;