This commit is contained in:
aozhiwei 2024-04-13 17:19:18 +08:00
parent 315eedb8c6
commit 58c8b73ca3

View File

@ -14,12 +14,14 @@ type attachment struct {
type mail struct {
mailId int64
mailType int32
subject string
content string
sendTime int32
expireTime int32
attachments []*attachment
userGroups map[int64]*userGroup
reciver string
}
func (this *mail) init() {