|
@@ -1,7 +1,7 @@
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// versions:
|
|
-// protoc-gen-go v1.28.0
|
|
|
|
-// protoc v3.19.4
|
|
|
|
|
|
+// protoc-gen-go v1.30.0
|
|
|
|
+// protoc v3.21.12
|
|
// source: bxbuyer.proto
|
|
// source: bxbuyer.proto
|
|
|
|
|
|
package bxbuyer
|
|
package bxbuyer
|
|
@@ -318,10 +318,10 @@ type BuyerList struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
|
- Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
- City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
- // bool isFollowed = 4;//是否关注
|
|
|
|
|
|
+ Buyer string `protobuf:"bytes,1,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位名称
|
|
|
|
+ Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
|
+ City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
|
+ IsFollowed bool `protobuf:"varint,4,opt,name=isFollowed,proto3" json:"isFollowed,omitempty"` //是否关注
|
|
IsReceived bool `protobuf:"varint,5,opt,name=isReceived,proto3" json:"isReceived,omitempty"` //是否已领取
|
|
IsReceived bool `protobuf:"varint,5,opt,name=isReceived,proto3" json:"isReceived,omitempty"` //是否已领取
|
|
RecId string `protobuf:"bytes,6,opt,name=recId,proto3" json:"recId,omitempty"` //领取id
|
|
RecId string `protobuf:"bytes,6,opt,name=recId,proto3" json:"recId,omitempty"` //领取id
|
|
BuyerClass string `protobuf:"bytes,7,opt,name=buyerClass,proto3" json:"buyerClass,omitempty"` // 采购单位类型
|
|
BuyerClass string `protobuf:"bytes,7,opt,name=buyerClass,proto3" json:"buyerClass,omitempty"` // 采购单位类型
|
|
@@ -385,6 +385,13 @@ func (x *BuyerList) GetCity() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+func (x *BuyerList) GetIsFollowed() bool {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.IsFollowed
|
|
|
|
+ }
|
|
|
|
+ return false
|
|
|
|
+}
|
|
|
|
+
|
|
func (x *BuyerList) GetIsReceived() bool {
|
|
func (x *BuyerList) GetIsReceived() bool {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.IsReceived
|
|
return x.IsReceived
|
|
@@ -544,7 +551,6 @@ func (x *RelatesInformationReq) GetPhone() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-//
|
|
|
|
type RelatesInformationResp struct {
|
|
type RelatesInformationResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -663,7 +669,6 @@ func (x *RelatesInformation) GetBiddingList() []*InfoList {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
-//
|
|
|
|
type InfoList struct {
|
|
type InfoList struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -996,12 +1001,14 @@ var file_bxbuyer_proto_rawDesc = []byte{
|
|
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e,
|
|
0x26, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e,
|
|
0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
0x62, 0x78, 0x62, 0x75, 0x79, 0x65, 0x72, 0x2e, 0x42, 0x75, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
- 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xd2, 0x02, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65,
|
|
|
|
|
|
+ 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xf2, 0x02, 0x0a, 0x09, 0x42, 0x75, 0x79, 0x65,
|
|
0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x18, 0x01,
|
|
0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x75, 0x79, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18,
|
|
0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
|
|
+ 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
|
+ 0x0a, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69,
|
|
0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x0a, 0x69, 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72,
|
|
0x0a, 0x69, 0x73, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72,
|
|
0x65, 0x63, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x63, 0x49,
|
|
0x65, 0x63, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x63, 0x49,
|