Commit 59194f397fabe79a52307d9b7936da451580df3a
1 parent
f02d3721
reactor: 邮件attachments类型修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
... | ... | @@ -57,7 +57,7 @@ message Email { |
57 | 57 | string title = 4; // 标题 |
58 | 58 | string stitle = 5; // 小标题 |
59 | 59 | string content = 6; // 邮件正文 |
60 | - string attachments = 7; // 邮件附件 | |
60 | + map<int32,int32> attachments = 7; // 邮件附件 | |
61 | 61 | int32 status = 8; // 邮件状态: 0未读, 1已读,2 已领取 |
62 | 62 | int64 created_at = 9; |
63 | 63 | } | ... | ... |