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
wangyingyang
2024-11-29 20:13:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e82c3d11a2824529e485d6079053a5dd5578d434
e82c3d11
1 parent
3baa53c9
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/proto/TiantingDeliveryRuleService.proto
src/main/proto/TiantingDeliveryRuleService.proto
View file @
e82c3d1
...
...
@@ -92,6 +92,8 @@ enum ClientLabelTypeEnum {
CLIENT_LABEL_TYPE_EFFICACY
=
6
;
// 功效标签
CLIENT_LABEL_TYPE_DOCTOR
=
7
;
// 医嘱标签
CLIENT_LABEL_TYPE_AVOID
=
8
;
CLIENT_LABEL_TYPE_ALLERGENS
=
9
;
// 过敏源
}
enum
ClientDishLabelStatusEnum
{
UNKNOWN_LABEL_STATUS
=
0
;
...
...
@@ -158,6 +160,9 @@ message QueryClientLabelsByConditionRpcRequest {
bool
includeDeleted
=
10
;
bool
shouldFilterTypes
=
11
;
repeated
ClientLabelTypeEnum
types
=
12
;
bool
shouldFilterCodes
=
13
;
repeated
string
codes
=
14
;
}
message
QueryClientLabelsByConditionRpcResponse
{
...
...
Please
register
or
login
to post a comment