修改数据表结构功能

This commit is contained in:
zhangwenjian
2020-03-22 00:06:37 +08:00
parent 1b03cf2c48
commit 9947ab3fa8
4 changed files with 75 additions and 5 deletions
+1 -1
View File
@@ -60,9 +60,9 @@ func InitRouter() *gin.Engine {
apiv1.GET("/db/columns/page", GetDBColumnList)
apiv1.GET("/sys/tables/page", GetSysTableList)
apiv1.POST("/sys/tables/info", InsertSysTable)
apiv1.PUT("/sys/tables/info", UpdateSysTable)
apiv1.DELETE("/sys/tables/info/:tableId", DeleteSysTables)
apiv1.GET("/sys/tables/info/:tableId", GetSysTables)
apiv1.GET("/menuTreeselect", GetMenuTreeelect)
apiv1.GET("/rolemenu", GetRoleMenu)
apiv1.POST("/rolemenu", InsertRoleMenu)