|
@@ -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
|
|
@@ -45,7 +40,7 @@ type PublishInfoReq struct {
|
|
|
Detail string `protobuf:"bytes,12,opt,name=detail,proto3" json:"detail,omitempty"` //正文信息
|
|
|
Attach string `protobuf:"bytes,13,opt,name=attach,proto3" json:"attach,omitempty"` //附件
|
|
|
UserId string `protobuf:"bytes,14,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
- AppId int64 `protobuf:"varint,15,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
+ AppId string `protobuf:"bytes,15,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
EntId string `protobuf:"bytes,16,opt,name=entId,proto3" json:"entId,omitempty"` //剑鱼标识 默认10000
|
|
|
Contact *Contact `protobuf:"bytes,17,opt,name=contact,proto3" json:"contact,omitempty"`
|
|
|
Deadline string `protobuf:"bytes,18,opt,name=deadline,proto3" json:"deadline,omitempty"` //信息有效期
|
|
@@ -183,11 +178,11 @@ func (x *PublishInfoReq) GetUserId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *PublishInfoReq) GetAppId() int64 {
|
|
|
+func (x *PublishInfoReq) GetAppId() string {
|
|
|
if x != nil {
|
|
|
return x.AppId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *PublishInfoReq) GetEntId() string {
|
|
@@ -406,7 +401,7 @@ type UserIdReq struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
- AppId int64 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
+ AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
Match string `protobuf:"bytes,3,opt,name=match,proto3" json:"match,omitempty"`
|
|
|
MsqType int64 `protobuf:"varint,4,opt,name=msqType,proto3" json:"msqType,omitempty"`
|
|
|
}
|
|
@@ -450,11 +445,11 @@ func (x *UserIdReq) GetUserId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *UserIdReq) GetAppId() int64 {
|
|
|
+func (x *UserIdReq) GetAppId() string {
|
|
|
if x != nil {
|
|
|
return x.AppId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *UserIdReq) GetMatch() string {
|
|
@@ -722,7 +717,7 @@ type MyPublishListReq struct {
|
|
|
ReviewStatus int64 `protobuf:"varint,4,opt,name=reviewStatus,proto3" json:"reviewStatus,omitempty"` //审核状态 1:待审核|2:审核通过|3:审核不通过
|
|
|
PageSize int64 `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数据量,默认10
|
|
|
PageIndex int64 `protobuf:"varint,6,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"` //页码;默认第一页
|
|
|
- AppId int64 `protobuf:"varint,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
+ AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
}
|
|
|
|
|
|
func (x *MyPublishListReq) Reset() {
|
|
@@ -799,11 +794,11 @@ func (x *MyPublishListReq) GetPageIndex() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *MyPublishListReq) GetAppId() int64 {
|
|
|
+func (x *MyPublishListReq) GetAppId() string {
|
|
|
if x != nil {
|
|
|
return x.AppId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
//我的发布列表Resp
|
|
@@ -1046,7 +1041,7 @@ type InfoDetailReq struct {
|
|
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
|
MsgId string `protobuf:"bytes,2,opt,name=msgId,proto3" json:"msgId,omitempty"` //信息id
|
|
|
Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` //处理信息类型:0:获取发布信息详情(默认);1:删除发布的信息;2:更新发布信息
|
|
|
- AppId int64 `protobuf:"varint,4,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
+ AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼标识 默认10000
|
|
|
MsgType int64 `protobuf:"varint,5,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型 1:招标信息 2:采购信息 3:供应信息
|
|
|
}
|
|
|
|
|
@@ -1103,11 +1098,11 @@ func (x *InfoDetailReq) GetType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *InfoDetailReq) GetAppId() int64 {
|
|
|
+func (x *InfoDetailReq) GetAppId() string {
|
|
|
if x != nil {
|
|
|
return x.AppId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *InfoDetailReq) GetMsgType() int64 {
|
|
@@ -1201,7 +1196,7 @@ type InfoDetailData struct {
|
|
|
Title string `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"` //信息类型
|
|
|
ValidityTime string `protobuf:"bytes,14,opt,name=validityTime,proto3" json:"validityTime,omitempty"` //供应信息有效期
|
|
|
PublishTime string `protobuf:"bytes,15,opt,name=publishTime,proto3" json:"publishTime,omitempty"` //发布时间
|
|
|
- AppId int64 `protobuf:"varint,16,opt,name=appId,proto3" json:"appId,omitempty"` //发布时间
|
|
|
+ AppId string `protobuf:"bytes,16,opt,name=appId,proto3" json:"appId,omitempty"` //发布时间
|
|
|
InfoDetailRelated *Related `protobuf:"bytes,17,opt,name=InfoDetailRelated,proto3" json:"InfoDetailRelated,omitempty"` //关联信息
|
|
|
InfoDetailReview *Review `protobuf:"bytes,18,opt,name=InfoDetailReview,proto3" json:"InfoDetailReview,omitempty"` //审核
|
|
|
InfoDetailContact *InfoDetailContact `protobuf:"bytes,19,opt,name=infoDetailContact,proto3" json:"infoDetailContact,omitempty"` //联系人内容
|
|
@@ -1344,11 +1339,11 @@ func (x *InfoDetailData) GetPublishTime() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *InfoDetailData) GetAppId() int64 {
|
|
|
+func (x *InfoDetailData) GetAppId() string {
|
|
|
if x != nil {
|
|
|
return x.AppId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *InfoDetailData) GetInfoDetailRelated() *Related {
|
|
@@ -2846,7 +2841,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x6c, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x06, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65,
|
|
|
0x72, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
|
|
|
- 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2b, 0x0a,
|
|
|
0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11,
|
|
@@ -2875,7 +2870,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x6e, 0x49, 0x64, 0x22, 0x69, 0x0a, 0x09, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71,
|
|
|
0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14,
|
|
|
+ 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d,
|
|
|
0x61, 0x74, 0x63, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x71, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x71, 0x54, 0x79, 0x70, 0x65, 0x22, 0x7c,
|
|
@@ -2913,7 +2908,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c,
|
|
|
0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x14, 0x0a, 0x05,
|
|
|
- 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x70, 0x70,
|
|
|
+ 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70,
|
|
|
0x49, 0x64, 0x22, 0x7e, 0x0a, 0x11, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c,
|
|
|
0x69, 0x73, 0x74, 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,
|
|
@@ -2949,7 +2944,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
0x28, 0x09, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
|
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,
|
|
|
- 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x70,
|
|
|
+ 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
|
|
|
0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05,
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x78, 0x0a,
|
|
|
0x0e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
@@ -2985,7 +2980,7 @@ var file_consumer_proto_rawDesc = []byte{
|
|
|
0x76, 0x61, 0x6c, 0x69, 0x64, 0x69, 0x74, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x14,
|
|
|
- 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61,
|
|
|
+ 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
0x70, 0x70, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x11, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61,
|
|
|
0x69, 0x6c, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
0x11, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6c, 0x61, 0x74,
|