mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
修改数据表结构功能
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user