This commit is contained in:
aozhiwei 2024-04-13 20:49:06 +08:00
parent 3d2c5814c4
commit 7aeebc65c1

View File

@ -2,6 +2,7 @@ package mail
import (
"f5"
"sync"
//"main/common"
//"main/constant"
//"q5"
@ -23,7 +24,7 @@ type mail struct {
userRegStart int32
userRegEnd int32
attachments []*attachment
userGroups []int64
userGroups *sync.Map
reciver string
}