This commit is contained in:
aozhiwei 2024-04-13 18:06:09 +08:00
parent 5c0474861b
commit 4812bbabc6

View File

@ -16,6 +16,7 @@ type userMail struct {
} }
type userGroup struct { type userGroup struct {
groupId int64
mailHash map[int64]*mail mailHash map[int64]*mail
userHash map[string]int32 userHash map[string]int32
} }