Commit 76d7cf4c9e9a81597acec88947333f1d01ca8d6a

Authored by zhangqijia
1 parent ee71c332

feat: 邮件奖励溢出读表

Showing 1 changed file with 7 additions and 6 deletions   Show diff stats
@@ -53,12 +53,13 @@ message Team { @@ -53,12 +53,13 @@ message Team {
53 message Email { 53 message Email {
54 string id = 1; // @inject_tag: index:"unique" pri:"1" 54 string id = 1; // @inject_tag: index:"unique" pri:"1"
55 string role_id = 2; 55 string role_id = 2;
56 - string title = 3; // 标题  
57 - string stitle = 4; // 小标题  
58 - string content = 5; // 邮件正文  
59 - string attachments = 6; // 邮件附件  
60 - int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取  
61 - int64 created_at = 8; 56 + int32 config = 3;
  57 + string title = 4; // 标题
  58 + string stitle = 5; // 小标题
  59 + string content = 6; // 邮件正文
  60 + string attachments = 7; // 邮件附件
  61 + int32 status = 8; // 邮件状态: 0未读, 1已读,2 已领取
  62 + int64 created_at = 9;
62 } 63 }
63 64
64 message CDkey { 65 message CDkey {