feat: restrict permission roles

This commit is contained in:
Frudrax Cheng
2026-06-06 13:50:56 +08:00
parent a55f515930
commit 5edb25ac4e
17 changed files with 229 additions and 175 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func (c *UsersController) FindAll(ctx *gin.Context) {
// FindAssignable 获取可分配的用户(admin + technician
// @Summary 获取可分配用户列表
// @Description 用于售后工单分配选择技术员/管理员,无需分页
// @Description 用于工单分配选择可派单人员,无需分页
// @Tags 用户管理
// @Produce json
// @Security BearerAuth