From 0f1cb1edce0b2862baa781094b747fa9b964905b Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 9 Jan 2023 15:14:20 +0800 Subject: [PATCH] fix: act1和act2 修改为 common_sign/act_sign --- models.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models.proto b/models.proto index 082031b..4cfe5a7 100644 --- a/models.proto +++ b/models.proto @@ -142,6 +142,6 @@ message Role { message Activity { string id = 1; // @inject_tag: index:"unique" pri:"1" map actime = 2; - map act1 = 3; // 通用签到 - map act2 = 4; // 活动签到 + map common_sign = 3; + map act_sign = 4; } \ No newline at end of file -- libgit2 0.21.2