可以清理数据库节点的数据表

This commit is contained in:
刘祥超
2021-01-19 22:05:46 +08:00
parent 74896babb5
commit 561b4ba591
22 changed files with 236 additions and 18 deletions

View File

@@ -18,6 +18,9 @@ func init() {
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/updatePopup", new(UpdatePopupAction)).
Post("/delete", new(DeleteAction)).
GetPost("/cleanPopup", new(CleanPopupAction)).
Post("/deleteTable", new(DeleteTableAction)).
Post("/truncateTable", new(TruncateTableAction)).
EndAll()
})