LoginUser.go 73 B

123456
  1. package Models
  2. type LoginUser struct {
  3. UserId int
  4. UserName string
  5. }
粤ICP备19079148号