zhuyifan

fix

......@@ -3226,8 +3226,9 @@ message SingleClientRpcResponse {
string signingRegionAddress = 64;
int32 regionId = 62;
ClientType type = 63;
CustomerSource customerSource = 65;
bool isDelivery = 66;
string QBName = 65;
CustomerSource customerSource = 66;
bool isDelivery = 67;
}
enum CustomerSource {
......@@ -5293,6 +5294,7 @@ message SingleClientCreationRpcRequest {
int32 regionId = 61;
ClientType type = 62;
bool isSetType = 63;
string QBName = 65;
}
message CreateClientsRpcResponse {
......@@ -5372,6 +5374,8 @@ message SingleClientUpdateRpcRequest {
bool needUpdateType = 57;
bool needUpdateCode = 60;
string code = 61;
bool needUpdateQBName = 64;
string QBName = 65;
}
enum ClientType {
......