xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/Tag.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 = "标签类型") @@ -38,4 +38,8 @@ @TableField("tag_name") private String tagName; @ApiModelProperty(value = "用户是否选中 1是2否") @TableField(exist = false) private Integer isCheck; }