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;