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服务接口定义处