user.go 165 B

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