package controller import "github.com/gin-gonic/gin" //RegisterToDepartment 注册用户并加入到部门 func RegisterToDepartment(ctx *gin.Context) { return }