Commit 0f1cb1edce0b2862baa781094b747fa9b964905b
1 parent
c3de4c30
fix: act1和act2 修改为 common_sign/act_sign
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
models.proto
... | ... | @@ -142,6 +142,6 @@ message Role { |
142 | 142 | message Activity { |
143 | 143 | string id = 1; // @inject_tag: index:"unique" pri:"1" |
144 | 144 | map<int32,int64> actime = 2; |
145 | - map<int32,int32> act1 = 3; // 通用签到 | |
146 | - map<int32,int32> act2 = 4; // 活动签到 | |
145 | + map<int32,int32> common_sign = 3; | |
146 | + map<int32,int32> act_sign = 4; | |
147 | 147 | } |
148 | 148 | \ No newline at end of file | ... | ... |