Explorar o código

1.群简介字段添加

yuanliang hai 1 ano
pai
achega
8cc740922b

+ 4 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/entity/TenantApplyRecord.java

@@ -79,4 +79,8 @@ public class TenantApplyRecord implements Serializable {
 	@TableField(value = "create_time_")
     private Date createTime;
 
+    @ApiModelProperty("群简介")
+    @TableField(value = "brief_Introduction_")
+    private String briefIntroduction;
+
 }

+ 3 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/wrapper/TenantApplyRecordWrapper.java

@@ -171,6 +171,9 @@ public class TenantApplyRecordWrapper {
         @NotNull(message = "验证码不能为空")
         private String code;
 
+        @ApiModelProperty("群简介")
+        private String briefIntroduction;
+
         public String jsonString() {
             return JSON.toJSONString(this);
         }

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantApplyRecordMapper.xml

@@ -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