|
@@ -1,13 +1,12 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.23.0
|
|
|
-// protoc v3.15.5
|
|
|
+// protoc-gen-go v1.28.0
|
|
|
+// protoc v3.19.4
|
|
|
// source: consumer.proto
|
|
|
|
|
|
package consumer
|
|
|
|
|
|
import (
|
|
|
- proto "github.com/golang/protobuf/proto"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
reflect "reflect"
|
|
@@ -21,10 +20,6 @@ const (
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
)
|
|
|
|
|
|
-// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
-// of the legacy proto package is being used.
|
|
|
-const _ = proto.ProtoPackageIsVersion4
|
|
|
-
|
|
|
//信息发布Req
|
|
|
type PublishInfoReq struct {
|
|
|
state protoimpl.MessageState
|
|
@@ -2456,7 +2451,7 @@ type SupplyInfoDetailData struct {
|
|
|
Province string `protobuf:"bytes,4,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
City string `protobuf:"bytes,5,opt,name=city,proto3" json:"city,omitempty"` //城市
|
|
|
ValidityTime string `protobuf:"bytes,6,opt,name=validityTime,proto3" json:"validityTime,omitempty"` //有效期
|
|
|
- EntId int64 `protobuf:"varint,7,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
+ EntId string `protobuf:"bytes,7,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
Attach string `protobuf:"bytes,8,opt,name=attach,proto3" json:"attach,omitempty"` //附件列表
|
|
|
InfoDetailContact *InfoDetailContact `protobuf:"bytes,9,opt,name=infoDetailContact,proto3" json:"infoDetailContact,omitempty"` //联系人详情
|
|
|
PublishTime string `protobuf:"bytes,10,opt,name=publishTime,proto3" json:"publishTime,omitempty"` //发布时间
|
|
@@ -2537,11 +2532,11 @@ func (x *SupplyInfoDetailData) GetValidityTime() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *SupplyInfoDetailData) GetEntId() int64 {
|
|
|
+func (x *SupplyInfoDetailData) GetEntId() string {
|
|
|
if x != nil {
|
|
|
return x.EntId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *SupplyInfoDetailData) GetAttach() string {
|
|
@@ -2584,7 +2579,7 @@ type OtherSupplyInfoByEnt struct {
|
|
|
City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
|
|
|
PublishTime string `protobuf:"bytes,5,opt,name=publishTime,proto3" json:"publishTime,omitempty"`
|
|
|
CreateTime string `protobuf:"bytes,6,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
|
- EntId int64 `protobuf:"varint,7,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
+ EntId string `protobuf:"bytes,7,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *OtherSupplyInfoByEnt) Reset() {
|
|
@@ -2661,11 +2656,11 @@ func (x *OtherSupplyInfoByEnt) GetCreateTime() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *OtherSupplyInfoByEnt) GetEntId() int64 {
|
|
|
+func (x *OtherSupplyInfoByEnt) GetEntId() string {
|
|
|
if x != nil {
|
|
|
return x.EntId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
//上传附件
|
|
@@ -3302,7 +3297,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x69, 0x74, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06,
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x69, 0x74, 0x79, 0x54, 0x69,
|
|
|
0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x74, 0x74, 0x61,
|
|
|
+ 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x74, 0x74, 0x61,
|
|
|
0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68,
|
|
|
0x12, 0x49, 0x0a, 0x11, 0x69, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x43, 0x6f,
|
|
|
0x6e, 0x74, 0x61, 0x63, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6f,
|
|
@@ -3327,7 +3322,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
|
|
|
0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72,
|
|
|
0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49,
|
|
|
- 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x5f,
|
|
|
+ 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x5f,
|
|
|
0x0a, 0x11, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64,
|
|
|
0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|