This commit is contained in:
aozhiwei 2024-05-09 13:39:38 +08:00
parent 806ac59d8c
commit c2e890378b

View File

@ -22,6 +22,7 @@ type mail struct {
userRegStartTime int32 userRegStartTime int32
userRegEndTime int32 userRegEndTime int32
attachments []*attachment attachments []*attachment
recipients map[string]int32
userGroups *sync.Map userGroups *sync.Map
} }