Commit acd0c69e58e2d1611025a873655ad860f3b18a61

Authored by zhangqijia
1 parent a9dc1d7c

fix: 添加扫荡次数

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
role.proto
... ... @@ -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 {
... ...