From a7ee66c023bf37798e87c4c801a9c99cfbc97f90 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 04 Mar 2021 18:19:27 +0800
Subject: [PATCH] 20210304  最大跟随人数

---
 src/main/java/com/xcong/excoin/modules/helpCenter/entity/HelpCenterTypeEntity.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/helpCenter/entity/HelpCenterTypeEntity.java b/src/main/java/com/xcong/excoin/modules/helpCenter/entity/HelpCenterTypeEntity.java
index c3744bc..68026a2 100644
--- a/src/main/java/com/xcong/excoin/modules/helpCenter/entity/HelpCenterTypeEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/helpCenter/entity/HelpCenterTypeEntity.java
@@ -16,7 +16,7 @@
 	@TableId(value = "id",type = IdType.AUTO)
     private Long id;
 	/**
-	 * 所属类别(1:公告类型2:语言类型)
+	 * 所属类别(1:帮助中心类别2:...)
 	 */
 	private int status;
 	/**
@@ -24,12 +24,12 @@
      */
     private int type;
     /**
-     * 语言类型(1:简体中文2:英文)
-     */
-    private int typeLanguage;
-    /**
      *类型内容
      */
     private String content;
+    /**
+     *类型内容
+     */
+    private String contentUs;
 
 }

--
Gitblit v1.9.1