标签调整,优化
This commit is contained in:
@@ -36,5 +36,4 @@ public class PostCustom extends Post {
|
||||
private List<PostCustom> child;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -20,21 +20,21 @@ import javax.persistence.GenerationType;
|
||||
@Data
|
||||
@Setter
|
||||
@Getter
|
||||
public class TagCustom {
|
||||
public class TagCustom {
|
||||
|
||||
@Column(name="name")
|
||||
@Column(name = "name")
|
||||
private String name;
|
||||
|
||||
@Column(name="description")
|
||||
@Column(name = "description")
|
||||
private String description;
|
||||
|
||||
@Column(name="color")
|
||||
@Column(name = "color")
|
||||
private String color;
|
||||
|
||||
@Column(name="icon")
|
||||
@Column(name = "icon")
|
||||
private String icon;
|
||||
|
||||
@Column(name="discussion_id")
|
||||
@Column(name = "discussion_id")
|
||||
private Integer discussionId;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user