GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
acd0c69e58e2d1611025a873655ad860f3b18a61
Authored by
zhangqijia
2023-02-03 12:29:51 +0800
1 parent
a9dc1d7c
fix: 添加扫荡次数
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
acd0c69
...
...
@@ -193,6 +193,7 @@ message RoleMoppingUpReq {
193
193
int32 chapter_id = 1;
194
194
int32 carbon_id = 2;
195
195
string team_id = 3;
196
+ int32 mopping_count = 4;
196
197
}
197
198
198
199
message RoleMoppingUpRsp {
...
...