user.go 132 B

123456789
  1. package controllers
  2. type UserController struct {
  3. BaseAuthController
  4. }
  5. type UserCommonController struct {
  6. BaseCommonController
  7. }