diff --git a/models.proto b/models.proto index 5cebd6c..662e688 100644 --- a/models.proto +++ b/models.proto @@ -53,7 +53,7 @@ message Email { string content = 5; // 邮件正文 string attachments = 6; // 邮件附件 int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取 - int64 createTime = 8; + int64 created_at = 8; } message Increment { -- libgit2 0.21.2