diff --git a/models.proto b/models.proto index d134a8a..2583c16 100644 --- a/models.proto +++ b/models.proto @@ -100,4 +100,5 @@ message Role { int64 ltime = 26; // 登录时间 int64 otime = 27; // 离线时间 + int64 ctime = 28; // 创建时间 } \ No newline at end of file -- libgit2 0.21.2