user.go 80 B

123456
  1. package model
  2. type UserLoginInput struct {
  3. UserName string
  4. Password string
  5. }