|
@@ -2538,18 +2538,18 @@ type Derive struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
XId string `protobuf:"bytes,1,opt,name=_id,json=Id,proto3" json:"_id,omitempty"`
|
|
|
- Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
|
|
|
- Area string `protobuf:"bytes,3,opt,name=area,proto3" json:"area,omitempty"`
|
|
|
+ Region []string `protobuf:"bytes,2,rep,name=region,proto3" json:"region,omitempty"`
|
|
|
+ Area []string `protobuf:"bytes,3,rep,name=area,proto3" json:"area,omitempty"`
|
|
|
Maxprice string `protobuf:"bytes,4,opt,name=maxprice,proto3" json:"maxprice,omitempty"`
|
|
|
- Winner string `protobuf:"bytes,6,opt,name=winner,proto3" json:"winner,omitempty"`
|
|
|
- Industry string `protobuf:"bytes,7,opt,name=industry,proto3" json:"industry,omitempty"`
|
|
|
+ Winner []string `protobuf:"bytes,6,rep,name=winner,proto3" json:"winner,omitempty"`
|
|
|
+ Industry []string `protobuf:"bytes,7,rep,name=industry,proto3" json:"industry,omitempty"`
|
|
|
Minprice string `protobuf:"bytes,8,opt,name=minprice,proto3" json:"minprice,omitempty"`
|
|
|
- Buyer string `protobuf:"bytes,9,opt,name=buyer,proto3" json:"buyer,omitempty"`
|
|
|
- Buyerclass string `protobuf:"bytes,10,opt,name=buyerclass,proto3" json:"buyerclass,omitempty"`
|
|
|
+ Buyer []string `protobuf:"bytes,9,rep,name=buyer,proto3" json:"buyer,omitempty"`
|
|
|
+ Buyerclass []string `protobuf:"bytes,10,rep,name=buyerclass,proto3" json:"buyerclass,omitempty"`
|
|
|
Keywords []*KeyWord `protobuf:"bytes,11,rep,name=keywords,proto3" json:"keywords,omitempty"`
|
|
|
SelectType string `protobuf:"bytes,12,opt,name=selectType,proto3" json:"selectType,omitempty"`
|
|
|
Subtype string `protobuf:"bytes,13,opt,name=subtype,proto3" json:"subtype,omitempty"`
|
|
|
- City string `protobuf:"bytes,14,opt,name=city,proto3" json:"city,omitempty"`
|
|
|
+ City []string `protobuf:"bytes,14,rep,name=city,proto3" json:"city,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *Derive) Reset() {
|
|
@@ -2591,18 +2591,18 @@ func (x *Derive) GetXId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetRegion() string {
|
|
|
+func (x *Derive) GetRegion() []string {
|
|
|
if x != nil {
|
|
|
return x.Region
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetArea() string {
|
|
|
+func (x *Derive) GetArea() []string {
|
|
|
if x != nil {
|
|
|
return x.Area
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
func (x *Derive) GetMaxprice() string {
|
|
@@ -2612,18 +2612,18 @@ func (x *Derive) GetMaxprice() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetWinner() string {
|
|
|
+func (x *Derive) GetWinner() []string {
|
|
|
if x != nil {
|
|
|
return x.Winner
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetIndustry() string {
|
|
|
+func (x *Derive) GetIndustry() []string {
|
|
|
if x != nil {
|
|
|
return x.Industry
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
func (x *Derive) GetMinprice() string {
|
|
@@ -2633,18 +2633,18 @@ func (x *Derive) GetMinprice() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetBuyer() string {
|
|
|
+func (x *Derive) GetBuyer() []string {
|
|
|
if x != nil {
|
|
|
return x.Buyer
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetBuyerclass() string {
|
|
|
+func (x *Derive) GetBuyerclass() []string {
|
|
|
if x != nil {
|
|
|
return x.Buyerclass
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
func (x *Derive) GetKeywords() []*KeyWord {
|
|
@@ -2668,11 +2668,11 @@ func (x *Derive) GetSubtype() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Derive) GetCity() string {
|
|
|
+func (x *Derive) GetCity() []string {
|
|
|
if x != nil {
|
|
|
return x.City
|
|
|
}
|
|
|
- return ""
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
type KeyWord struct {
|
|
@@ -3087,19 +3087,19 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x44, 0x65, 0x72, 0x69, 0x76, 0x65,
|
|
|
0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe7, 0x02, 0x0a, 0x06, 0x44, 0x65, 0x72, 0x69, 0x76,
|
|
|
0x65, 0x12, 0x0f, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
|
- 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x03,
|
|
|
0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72,
|
|
|
- 0x65, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x1a,
|
|
|
+ 0x65, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x1a,
|
|
|
0x0a, 0x08, 0x6d, 0x61, 0x78, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x08, 0x6d, 0x61, 0x78, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x69,
|
|
|
- 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e, 0x6e,
|
|
|
+ 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e, 0x6e,
|
|
|
0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18, 0x07,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12, 0x1a,
|
|
|
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12, 0x1a,
|
|
|
0x0a, 0x08, 0x6d, 0x69, 0x6e, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x08, 0x6d, 0x69, 0x6e, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75,
|
|
|
- 0x79, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
+ 0x79, 0x65, 0x72, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0a,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73,
|
|
|
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x75, 0x79, 0x65, 0x72, 0x63, 0x6c, 0x61, 0x73, 0x73,
|
|
|
0x12, 0x30, 0x0a, 0x08, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x03,
|
|
|
0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
|
|
|
0x2e, 0x6b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x52, 0x08, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72,
|
|
@@ -3107,7 +3107,7 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x54, 0x79,
|
|
|
0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0d, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x75, 0x62, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04,
|
|
|
- 0x63, 0x69, 0x74, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79,
|
|
|
+ 0x63, 0x69, 0x74, 0x79, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79,
|
|
|
0x22, 0x59, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6b,
|
|
|
0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65,
|
|
|
0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x65,
|