@@ -79,4 +79,8 @@ public class TenantApplyRecord implements Serializable {
@TableField(value = "create_time_")
private Date createTime;
+ @ApiModelProperty("群简介")
+ @TableField(value = "brief_Introduction_")
+ private String briefIntroduction;
+
}
@@ -171,6 +171,9 @@ public class TenantApplyRecordWrapper {
@NotNull(message = "验证码不能为空")
private String code;
public String jsonString() {
return JSON.toJSONString(this);
@@ -20,6 +20,7 @@
, t.reason_ AS reason
, t.update_time_ AS updateTime
, t.create_time_ AS createTime
+ , t.brief_Introduction_ AS briefIntroduction
</sql>
<update id="updateStatusById">
update tenant_apply_record