浏览代码

fix 简介

haonan 1 年之前
父节点
当前提交
7322e24c10

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

@@ -80,7 +80,7 @@ public class TenantApplyRecord implements Serializable {
 	@TableField(value = "create_time_")
 	@TableField(value = "create_time_")
     private Date createTime;
     private Date createTime;
 
 
-    @ApiModelProperty("简介")
+    @ApiModelProperty("简介")
     @TableField(value = "brief_Introduction_")
     @TableField(value = "brief_Introduction_")
     private String briefIntroduction;
     private String briefIntroduction;
 
 

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

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