Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2024-12-10 14:18:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e759abc77f2a66583fc1992481450081c7ecab5a
e759abc7
1 parent
354f857e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/main/proto/TiantingClientInventoryServiceRpc.proto
src/main/proto/TiantingClientInventoryServiceRpc.proto
View file @
e759abc
...
...
@@ -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
{
...
...
Please
register
or
login
to post a comment