user.go 95 B

1234567
  1. package entity
  2. // User 服务端配置
  3. type User struct {
  4. Username string
  5. Password string
  6. }