1
This commit is contained in:
parent
e2b1c1411b
commit
2792145d0f
@ -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"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user