|
@@ -1,7 +1,12 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
+<<<<<<< HEAD
|
|
|
// protoc-gen-go v1.28.0
|
|
|
// protoc v3.19.4
|
|
|
+=======
|
|
|
+// protoc-gen-go v1.28.1
|
|
|
+// protoc v3.15.1
|
|
|
+>>>>>>> master
|
|
|
// source: bxsubscribe.proto
|
|
|
|
|
|
package bxsubscribe
|
|
@@ -26,6 +31,7 @@ type SubscribeInfosReq struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
PageNum int64 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"`
|
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
SelectTime string `protobuf:"bytes,3,opt,name=selectTime,proto3" json:"selectTime,omitempty"`
|
|
@@ -53,6 +59,34 @@ type SubscribeInfosReq struct {
|
|
|
AccountId string `protobuf:"bytes,25,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
PositionId string `protobuf:"bytes,26,opt,name=positionId,proto3" json:"positionId,omitempty"` //职位id
|
|
|
MgoUserId string `protobuf:"bytes,27,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
|
+=======
|
|
|
+ PageNum int64 `protobuf:"varint,1,opt,name=pageNum,proto3" json:"pageNum,omitempty"`
|
|
|
+ PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
+ SelectTime string `protobuf:"bytes,3,opt,name=selectTime,proto3" json:"selectTime,omitempty"`
|
|
|
+ Area string `protobuf:"bytes,4,opt,name=area,proto3" json:"area,omitempty"`
|
|
|
+ City string `protobuf:"bytes,5,opt,name=city,proto3" json:"city,omitempty"`
|
|
|
+ Industry string `protobuf:"bytes,6,opt,name=industry,proto3" json:"industry,omitempty"`
|
|
|
+ BuyerClass string `protobuf:"bytes,7,opt,name=buyerClass,proto3" json:"buyerClass,omitempty"`
|
|
|
+ KeyWords string `protobuf:"bytes,8,opt,name=keyWords,proto3" json:"keyWords,omitempty"`
|
|
|
+ Subtype string `protobuf:"bytes,9,opt,name=subtype,proto3" json:"subtype,omitempty"`
|
|
|
+ UserType string `protobuf:"bytes,10,opt,name=userType,proto3" json:"userType,omitempty"` //fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户;
|
|
|
+ UserId string `protobuf:"bytes,11,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ EntId string `protobuf:"bytes,12,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
+ AppId string `protobuf:"bytes,13,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
+ Price string `protobuf:"bytes,14,opt,name=price,proto3" json:"price,omitempty"`
|
|
|
+ FileExists string `protobuf:"bytes,15,opt,name=fileExists,proto3" json:"fileExists,omitempty"`
|
|
|
+ IsRead string `protobuf:"bytes,16,opt,name=isRead,proto3" json:"isRead,omitempty"` //是否已读
|
|
|
+ Staffs string `protobuf:"bytes,17,opt,name=staffs,proto3" json:"staffs,omitempty"` //分发人员
|
|
|
+ Source string `protobuf:"bytes,18,opt,name=source,proto3" json:"source,omitempty"` //信息来源
|
|
|
+ EntUserId string `protobuf:"bytes,19,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
+ DeptId string `protobuf:"bytes,20,opt,name=deptId,proto3" json:"deptId,omitempty"`
|
|
|
+ NewUserId int64 `protobuf:"varint,21,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
+ IsEnt bool `protobuf:"varint,22,opt,name=IsEnt,proto3" json:"IsEnt,omitempty"`
|
|
|
+ SelectIds string `protobuf:"bytes,23,opt,name=SelectIds,proto3" json:"SelectIds,omitempty"`
|
|
|
+ PositionType int64 `protobuf:"varint,24,opt,name=positionType,proto3" json:"positionType,omitempty"`
|
|
|
+ NotReturnCount int64 `protobuf:"varint,25,opt,name=notReturnCount,proto3" json:"notReturnCount,omitempty"`
|
|
|
+ Item string `protobuf:"bytes,26,opt,name=item,proto3" json:"item,omitempty"`
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
|
|
|
func (x *SubscribeInfosReq) Reset() {
|
|
@@ -255,6 +289,7 @@ func (x *SubscribeInfosReq) GetPositionType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *SubscribeInfosReq) GetAccountId() string {
|
|
|
if x != nil {
|
|
|
return x.AccountId
|
|
@@ -272,6 +307,18 @@ func (x *SubscribeInfosReq) GetPositionId() string {
|
|
|
func (x *SubscribeInfosReq) GetMgoUserId() string {
|
|
|
if x != nil {
|
|
|
return x.MgoUserId
|
|
|
+=======
|
|
|
+func (x *SubscribeInfosReq) GetNotReturnCount() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.NotReturnCount
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *SubscribeInfosReq) GetItem() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Item
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -3872,7 +3919,11 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x0a, 0x11, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2e, 0x70, 0x72,
|
|
|
0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x62, 0x78, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
|
|
|
0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
+<<<<<<< HEAD
|
|
|
0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe9,
|
|
|
+=======
|
|
|
+ 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc9,
|
|
|
+>>>>>>> master
|
|
|
0x05, 0x0a, 0x11, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
0x73, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18,
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a,
|
|
@@ -3913,6 +3964,7 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x49, 0x64, 0x73, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
0x09, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x49, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f,
|
|
|
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x03,
|
|
|
+<<<<<<< HEAD
|
|
|
0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c,
|
|
|
0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a,
|
|
@@ -3920,6 +3972,13 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
0x6d, 0x67, 0x6f, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
0x09, 0x6d, 0x67, 0x6f, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x78, 0x0a, 0x12, 0x53, 0x75,
|
|
|
+=======
|
|
|
+ 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26,
|
|
|
+ 0x0a, 0x0e, 0x6e, 0x6f, 0x74, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
+ 0x18, 0x19, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6e, 0x6f, 0x74, 0x52, 0x65, 0x74, 0x75, 0x72,
|
|
|
+ 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x1a,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x78, 0x0a, 0x12, 0x53, 0x75,
|
|
|
+>>>>>>> master
|
|
|
0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x73, 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,
|