src/main/java/com/highdatas/srs/entity/Topic.java
@@ -30,6 +30,7 @@ private String userId; private String attachment; private Boolean examine; @TableField("create_time") private Date createTime; @@ -43,6 +44,15 @@ return this; } public Boolean getExamine() { return examine; } public Topic setExamine(Boolean examine) { this.examine = examine; return this; } public String getTitle() { return title; }