diff --git a/models.proto b/models.proto index 1eb9571..5b33197 100644 --- a/models.proto +++ b/models.proto @@ -57,7 +57,7 @@ message Email { string title = 4; // 标题 string stitle = 5; // 小标题 string content = 6; // 邮件正文 - string attachments = 7; // 邮件附件 + map attachments = 7; // 邮件附件 int32 status = 8; // 邮件状态: 0未读, 1已读,2 已领取 int64 created_at = 9; } -- libgit2 0.21.2