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