GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3050ad04368009192c024f5dde499383f3fa00d7
Authored by
zhangqijia
2022-10-14 14:57:45 +0800
1 parent
2cd79395
feat: 邮件系统,redis key修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
3050ad0
...
...
@@ -53,7 +53,7 @@ message Email {
53
53
string content = 5; // 邮件正文
54
54
string attachments = 6; // 邮件附件
55
55
int32 status = 7; // 邮件状态: 0未读, 1已读,2 已领取
56
- int64 create
Time
= 8;
56
+ int64 create
d_at
= 8;
57
57
}
58
58
59
59
message Increment {
...
...