wangyingyang

fix

......@@ -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 {
......