This commit is contained in:
aozhiwei 2024-05-09 16:09:00 +08:00
parent e2b1c1411b
commit 2792145d0f

View File

@ -1,5 +1,23 @@
package system
/*
Recipients:
[
"account_id1",
"account_id2",
"@group_id1",
"@group_id2",
]
Attachments:
[
{
"item_id": 100001,
"item_num": 100
}
]
*/
type Mail struct {
MailId int64 `gorm:"primaryKey;column:mail_id" json:"mail_id"`
MailType int32 `gorm:"column:mail_type" json:"mail_type"`