[优化]优化命名

This commit is contained in:
PandaX
2024-03-13 14:09:19 +08:00
parent e4dbd843f2
commit 7a25d49846
27 changed files with 27 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ func InitGenTableRouter(container *restful.Container) {
ws := new(restful.WebService)
ws.Path("/develop/code/table").Produces(restful.MIME_JSON)
tags := []string{"codetable"}
tags := []string{"代码生成表"}
ws.Route(ws.GET("/db/list").To(func(request *restful.Request, response *restful.Response) {
restfulx.NewReqCtx(request, response).WithLog("获取数据库列表").Handle(s.GetDBTableList)