From a6bdf3dc4ea60c4502440a3505ea7d6d4ba8a3d7 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 16 Aug 2022 09:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=86=8A=E7=8C=AB=E6=AD=A6?= =?UTF-8?q?=E9=A6=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comm/const.go b/comm/const.go index 42b5cf988..0c61ef50c 100644 --- a/comm/const.go +++ b/comm/const.go @@ -91,6 +91,8 @@ const ( TableChat = "chat" // 爬塔数据表 TablePagoda = "pagoda" + ///武馆数据表 + TableMartialhall = "martialhall" ) //RPC服务接口定义处