|
@@ -726,6 +726,228 @@ func (x *InfoList) GetPublishTime() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+// 采购单位搜索获取补充信息
|
|
|
+type BuyerSupplyInfoReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
|
+ PositionId int64 `protobuf:"varint,2,opt,name=positionId,proto3" json:"positionId,omitempty"` // 职位id
|
|
|
+ PositionType int64 `protobuf:"varint,3,opt,name=positionType,proto3" json:"positionType,omitempty"` // 职位类型 0个人 1企业
|
|
|
+ Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` // 手机号
|
|
|
+ Buyers []string `protobuf:"bytes,5,rep,name=buyers,proto3" json:"buyers,omitempty"` // 采购单位名称
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) Reset() {
|
|
|
+ *x = BuyerSupplyInfoReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[8]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*BuyerSupplyInfoReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[8]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use BuyerSupplyInfoReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*BuyerSupplyInfoReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxbuyer_proto_rawDescGZIP(), []int{8}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) GetAppId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) GetPositionType() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionType
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) GetPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Phone
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyInfoReq) GetBuyers() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Buyers
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type BuyerSupplyResp struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ ErrCode int64 `protobuf:"varint,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
|
|
|
+ ErrMsg string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ Data []*SupplyData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) Reset() {
|
|
|
+ *x = BuyerSupplyResp{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[9]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*BuyerSupplyResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[9]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use BuyerSupplyResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*BuyerSupplyResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxbuyer_proto_rawDescGZIP(), []int{9}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) GetErrCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) GetErrMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *BuyerSupplyResp) GetData() []*SupplyData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type SupplyData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ BiddingCount int64 `protobuf:"varint,1,opt,name=biddingCount,proto3" json:"biddingCount,omitempty"` // 招标动态数量
|
|
|
+ ContactCount int64 `protobuf:"varint,2,opt,name=contactCount,proto3" json:"contactCount,omitempty"` // 历史联系人数量
|
|
|
+ ProjectCount int64 `protobuf:"varint,3,opt,name=projectCount,proto3" json:"projectCount,omitempty"` // 采购项目数量
|
|
|
+ BidAmountCount float32 `protobuf:"fixed32,4,opt,name=bidAmountCount,proto3" json:"bidAmountCount,omitempty"` // 采购规模
|
|
|
+ Buyer string `protobuf:"bytes,5,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名词
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) Reset() {
|
|
|
+ *x = SupplyData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[10]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*SupplyData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *SupplyData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxbuyer_proto_msgTypes[10]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use SupplyData.ProtoReflect.Descriptor instead.
|
|
|
+func (*SupplyData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxbuyer_proto_rawDescGZIP(), []int{10}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) GetBiddingCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BiddingCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) GetContactCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContactCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) GetProjectCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ProjectCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) GetBidAmountCount() float32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BidAmountCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SupplyData) GetBuyer() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Buyer
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
var File_bxbuyer_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxbuyer_proto_rawDesc = []byte{
|
|
@@ -831,18 +1053,51 @@ var file_bxbuyer_proto_rawDesc = []byte{
|
|
|
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73,
|
|
|
0x68, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x75, 0x62,
|
|
|
- 0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x95, 0x01, 0x0a, 0x07, 0x42, 0x78, 0x62,
|
|
|
- 0x75, 0x79, 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x12, 0x15, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65,
|
|
|
- 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79,
|
|
|
- 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x12, 0x4e, 0x0a, 0x0b, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
|
- 0x1e, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65,
|
|
|
- 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x1f, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65,
|
|
|
- 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x62, 0x06, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x12, 0x42, 0x75, 0x79,
|
|
|
+ 0x65, 0x72, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
+ 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
+ 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
+ 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
+ 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70, 0x6f, 0x73,
|
|
|
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f,
|
|
|
+ 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12,
|
|
|
+ 0x16, 0x0a, 0x06, 0x62, 0x75, 0x79, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
+ 0x06, 0x62, 0x75, 0x79, 0x65, 0x72, 0x73, 0x22, 0x6e, 0x0a, 0x0f, 0x42, 0x75, 0x79, 0x65, 0x72,
|
|
|
+ 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72,
|
|
|
+ 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72,
|
|
|
+ 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x27,
|
|
|
+ 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x62,
|
|
|
+ 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x61, 0x74,
|
|
|
+ 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xb6, 0x01, 0x0a, 0x0a, 0x53, 0x75, 0x70, 0x70,
|
|
|
+ 0x6c, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x69, 0x64, 0x64, 0x69, 0x6e,
|
|
|
+ 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x62, 0x69,
|
|
|
+ 0x64, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f,
|
|
|
+ 0x6e, 0x74, 0x61, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22,
|
|
|
+ 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75,
|
|
|
+ 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x62, 0x69, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x43,
|
|
|
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x62, 0x69, 0x64, 0x41,
|
|
|
+ 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75,
|
|
|
+ 0x79, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72,
|
|
|
+ 0x32, 0xdf, 0x01, 0x0a, 0x07, 0x42, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x09,
|
|
|
+ 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e, 0x62, 0x78, 0x62, 0x75,
|
|
|
+ 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x16, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72,
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x0f, 0x42, 0x75, 0x79, 0x65,
|
|
|
+ 0x72, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1b, 0x2e, 0x62, 0x78,
|
|
|
+ 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
|
+ 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79,
|
|
|
+ 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x0b, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x49, 0x6e, 0x66,
|
|
|
+ 0x6f, 0x12, 0x1e, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x72, 0x65, 0x6c, 0x61,
|
|
|
+ 0x74, 0x65, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x1f, 0x2e, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x72, 0x65, 0x6c, 0x61,
|
|
|
+ 0x74, 0x65, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x62,
|
|
|
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -857,7 +1112,7 @@ func file_bxbuyer_proto_rawDescGZIP() []byte {
|
|
|
return file_bxbuyer_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_bxbuyer_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
|
+var file_bxbuyer_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
|
|
|
var file_bxbuyer_proto_goTypes = []interface{}{
|
|
|
(*BuyerListReq)(nil), // 0: bxbuyer.BuyerListReq
|
|
|
(*BuyerListResp)(nil), // 1: bxbuyer.BuyerListResp
|
|
@@ -867,22 +1122,28 @@ var file_bxbuyer_proto_goTypes = []interface{}{
|
|
|
(*RelatesInformationResp)(nil), // 5: bxbuyer.relatesInformationResp
|
|
|
(*RelatesInformation)(nil), // 6: bxbuyer.relatesInformation
|
|
|
(*InfoList)(nil), // 7: bxbuyer.infoList
|
|
|
+ (*BuyerSupplyInfoReq)(nil), // 8: bxbuyer.BuyerSupplyInfoReq
|
|
|
+ (*BuyerSupplyResp)(nil), // 9: bxbuyer.BuyerSupplyResp
|
|
|
+ (*SupplyData)(nil), // 10: bxbuyer.SupplyData
|
|
|
}
|
|
|
var file_bxbuyer_proto_depIdxs = []int32{
|
|
|
- 2, // 0: bxbuyer.BuyerListResp.data:type_name -> bxbuyer.BuyerData
|
|
|
- 3, // 1: bxbuyer.BuyerData.list:type_name -> bxbuyer.BuyerList
|
|
|
- 6, // 2: bxbuyer.relatesInformationResp.data:type_name -> bxbuyer.relatesInformation
|
|
|
- 7, // 3: bxbuyer.relatesInformation.buyerList:type_name -> bxbuyer.infoList
|
|
|
- 7, // 4: bxbuyer.relatesInformation.biddingList:type_name -> bxbuyer.infoList
|
|
|
- 0, // 5: bxbuyer.Bxbuyer.BuyerList:input_type -> bxbuyer.BuyerListReq
|
|
|
- 4, // 6: bxbuyer.Bxbuyer.RelatesInfo:input_type -> bxbuyer.relatesInformationReq
|
|
|
- 1, // 7: bxbuyer.Bxbuyer.BuyerList:output_type -> bxbuyer.BuyerListResp
|
|
|
- 5, // 8: bxbuyer.Bxbuyer.RelatesInfo:output_type -> bxbuyer.relatesInformationResp
|
|
|
- 7, // [7:9] is the sub-list for method output_type
|
|
|
- 5, // [5:7] is the sub-list for method input_type
|
|
|
- 5, // [5:5] is the sub-list for extension type_name
|
|
|
- 5, // [5:5] is the sub-list for extension extendee
|
|
|
- 0, // [0:5] is the sub-list for field type_name
|
|
|
+ 2, // 0: bxbuyer.BuyerListResp.data:type_name -> bxbuyer.BuyerData
|
|
|
+ 3, // 1: bxbuyer.BuyerData.list:type_name -> bxbuyer.BuyerList
|
|
|
+ 6, // 2: bxbuyer.relatesInformationResp.data:type_name -> bxbuyer.relatesInformation
|
|
|
+ 7, // 3: bxbuyer.relatesInformation.buyerList:type_name -> bxbuyer.infoList
|
|
|
+ 7, // 4: bxbuyer.relatesInformation.biddingList:type_name -> bxbuyer.infoList
|
|
|
+ 10, // 5: bxbuyer.BuyerSupplyResp.data:type_name -> bxbuyer.SupplyData
|
|
|
+ 0, // 6: bxbuyer.Bxbuyer.BuyerList:input_type -> bxbuyer.BuyerListReq
|
|
|
+ 8, // 7: bxbuyer.Bxbuyer.BuyerSupplyInfo:input_type -> bxbuyer.BuyerSupplyInfoReq
|
|
|
+ 4, // 8: bxbuyer.Bxbuyer.RelatesInfo:input_type -> bxbuyer.relatesInformationReq
|
|
|
+ 1, // 9: bxbuyer.Bxbuyer.BuyerList:output_type -> bxbuyer.BuyerListResp
|
|
|
+ 9, // 10: bxbuyer.Bxbuyer.BuyerSupplyInfo:output_type -> bxbuyer.BuyerSupplyResp
|
|
|
+ 5, // 11: bxbuyer.Bxbuyer.RelatesInfo:output_type -> bxbuyer.relatesInformationResp
|
|
|
+ 9, // [9:12] is the sub-list for method output_type
|
|
|
+ 6, // [6:9] is the sub-list for method input_type
|
|
|
+ 6, // [6:6] is the sub-list for extension type_name
|
|
|
+ 6, // [6:6] is the sub-list for extension extendee
|
|
|
+ 0, // [0:6] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_bxbuyer_proto_init() }
|
|
@@ -987,6 +1248,42 @@ func file_bxbuyer_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
+ file_bxbuyer_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*BuyerSupplyInfoReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxbuyer_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*BuyerSupplyResp); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxbuyer_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*SupplyData); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -994,7 +1291,7 @@ func file_bxbuyer_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_bxbuyer_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 8,
|
|
|
+ NumMessages: 11,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|