Commit acd0c69e58e2d1611025a873655ad860f3b18a61

Authored by zhangqijia
1 parent a9dc1d7c

fix: 添加扫荡次数

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -193,6 +193,7 @@ message RoleMoppingUpReq { @@ -193,6 +193,7 @@ message RoleMoppingUpReq {
193 int32 chapter_id = 1; 193 int32 chapter_id = 1;
194 int32 carbon_id = 2; 194 int32 carbon_id = 2;
195 string team_id = 3; 195 string team_id = 3;
  196 + int32 mopping_count = 4;
196 } 197 }
197 198
198 message RoleMoppingUpRsp { 199 message RoleMoppingUpRsp {