zhuyifan

fix

...@@ -3226,8 +3226,9 @@ message SingleClientRpcResponse { ...@@ -3226,8 +3226,9 @@ message SingleClientRpcResponse {
3226 string signingRegionAddress = 64; 3226 string signingRegionAddress = 64;
3227 int32 regionId = 62; 3227 int32 regionId = 62;
3228 ClientType type = 63; 3228 ClientType type = 63;
3229 - CustomerSource customerSource = 65; 3229 + string QBName = 65;
3230 - bool isDelivery = 66; 3230 + CustomerSource customerSource = 66;
3231 + bool isDelivery = 67;
3231 } 3232 }
3232 3233
3233 enum CustomerSource { 3234 enum CustomerSource {
...@@ -5293,6 +5294,7 @@ message SingleClientCreationRpcRequest { ...@@ -5293,6 +5294,7 @@ message SingleClientCreationRpcRequest {
5293 int32 regionId = 61; 5294 int32 regionId = 61;
5294 ClientType type = 62; 5295 ClientType type = 62;
5295 bool isSetType = 63; 5296 bool isSetType = 63;
5297 + string QBName = 65;
5296 } 5298 }
5297 5299
5298 message CreateClientsRpcResponse { 5300 message CreateClientsRpcResponse {
...@@ -5372,6 +5374,8 @@ message SingleClientUpdateRpcRequest { ...@@ -5372,6 +5374,8 @@ message SingleClientUpdateRpcRequest {
5372 bool needUpdateType = 57; 5374 bool needUpdateType = 57;
5373 bool needUpdateCode = 60; 5375 bool needUpdateCode = 60;
5374 string code = 61; 5376 string code = 61;
5377 + bool needUpdateQBName = 64;
5378 + string QBName = 65;
5375 } 5379 }
5376 5380
5377 enum ClientType { 5381 enum ClientType {
......