实现用户组

This commit is contained in:
Minho
2018-04-10 16:43:22 +08:00
parent 93fb029893
commit d2f882eff6
5 changed files with 232 additions and 2 deletions

View File

@@ -721,3 +721,42 @@ func (c *ManagerController) LabelDelete() {
c.JsonResult(0, "ok")
}
}