vip.go 84 B

123456
  1. package tables
  2. type Vip struct {
  3. Level int // 等级
  4. Point int // 最低分数
  5. }