Files
hk4e/dispatch/entity/gm/forbid_user_info.go
huangxiaolei 43403202b5 优化架构
2022-11-23 18:05:11 +08:00

7 lines
87 B
Go

package gm
type ForbidUserInfo struct {
UserId uint32
ForbidEndTime uint64
}