From e5c1bf78c67374e6931f655a0f0a790e0c216c6d Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Fri, 23 Sep 2022 10:57:27 +0800 Subject: [PATCH] fix: update csvdata/ 增加跨天日志用以计算留存 --- models.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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