Files
hk4e/gate-hk4e-api/gm/forbid_user_info.go
2022-11-20 15:38:00 +08:00

7 lines
87 B
Go

package gm
type ForbidUserInfo struct {
UserId uint32
ForbidEndTime uint64
}