|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.28.0
|
|
|
-// protoc v3.15.5
|
|
|
+// protoc-gen-go v1.28.1
|
|
|
+// protoc v3.15.1
|
|
|
// source: bxcore.proto
|
|
|
|
|
|
package bxcore
|
|
@@ -840,7 +840,6 @@ func (x *SearchList) GetWinner() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type WinnerInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -912,7 +911,6 @@ func (x *WinnerInfo) GetWinnerId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type PInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1008,7 +1006,6 @@ func (x *PInfo) GetApproveNumber() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type SearchLimitReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1104,7 +1101,6 @@ func (x *SearchLimitReq) GetSearchType() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type SearchLimitResp struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2921,7 +2917,6 @@ func (x *ParticipatePersonsRes) GetData() []*ParticipatePerson {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateSetUpInfoReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3144,7 +3139,7 @@ func (x *BidTypeReq) GetContent() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//消息提醒设置:
|
|
|
+// 消息提醒设置:
|
|
|
type RemindRuleReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3208,7 +3203,7 @@ func (x *RemindRuleReq) GetNode() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//设置信息内容
|
|
|
+// 设置信息内容
|
|
|
type ParticipateSetUpInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3288,7 +3283,7 @@ func (x *ParticipateSetUpInfo) GetIsShow() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//设置信息范围内容
|
|
|
+// 设置信息范围内容
|
|
|
type ParticipateSetUpInfoRes struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3352,7 +3347,6 @@ func (x *ParticipateSetUpInfoRes) GetData() *ParticipateSetUpInfo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateActionReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3520,7 +3514,6 @@ func (x *ParticipateActionReq) GetPhone() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateActionRes struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3815,7 +3808,7 @@ func (x *ParticipateListReq) GetPhone() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//参标列表
|
|
|
+// 参标列表
|
|
|
type ParticipateList struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -4085,6 +4078,441 @@ func (x *ParticipateListRes) GetData() *ParticipateData {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type StatisticsListReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"` //企业id
|
|
|
+ EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"` // 企业下用户id
|
|
|
+ PositionId int64 `protobuf:"varint,3,opt,name=positionId,proto3" json:"positionId,omitempty"` // 职位id
|
|
|
+ EntUserIdArr []string `protobuf:"bytes,4,rep,name=entUserIdArr,proto3" json:"entUserIdArr,omitempty"` //人员选择
|
|
|
+ DeptId int64 `protobuf:"varint,5,opt,name=deptId,proto3" json:"deptId,omitempty"` //部门id
|
|
|
+ StartTime int64 `protobuf:"varint,6,opt,name=startTime,proto3" json:"startTime,omitempty"`
|
|
|
+ EndTime int64 `protobuf:"varint,7,opt,name=endTime,proto3" json:"endTime,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) Reset() {
|
|
|
+ *x = StatisticsListReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[37]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*StatisticsListReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[37]
|
|
|
+ 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 StatisticsListReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*StatisticsListReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{37}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetEntId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetEntUserId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntUserId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetEntUserIdArr() []string {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntUserIdArr
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetDeptId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DeptId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetStartTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.StartTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *StatisticsListReq) GetEndTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EndTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type PushStatisticsDataRes 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 []*PushStatisticsData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) Reset() {
|
|
|
+ *x = PushStatisticsDataRes{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[38]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*PushStatisticsDataRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[38]
|
|
|
+ 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 PushStatisticsDataRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*PushStatisticsDataRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{38}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) GetErrCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) GetErrMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsDataRes) GetData() []*PushStatisticsData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type PushStatisticsData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ PersonName string `protobuf:"bytes,1,opt,name=personName,proto3" json:"personName,omitempty"`
|
|
|
+ DepartmentName string `protobuf:"bytes,2,opt,name=departmentName,proto3" json:"departmentName,omitempty"`
|
|
|
+ PushNumb int64 `protobuf:"varint,3,opt,name=pushNumb,proto3" json:"pushNumb,omitempty"` //订阅数量
|
|
|
+ ParticipateNumb int64 `protobuf:"varint,4,opt,name=participateNumb,proto3" json:"participateNumb,omitempty"` //参标数量
|
|
|
+ BidNumb int64 `protobuf:"varint,5,opt,name=bidNumb,proto3" json:"bidNumb,omitempty"` //投标数量
|
|
|
+ WinNumb int64 `protobuf:"varint,6,opt,name=winNumb,proto3" json:"winNumb,omitempty"` //中标数量
|
|
|
+ BrowseNumb int64 `protobuf:"varint,7,opt,name=browseNumb,proto3" json:"browseNumb,omitempty"` //浏览数量
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) Reset() {
|
|
|
+ *x = PushStatisticsData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[39]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*PushStatisticsData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[39]
|
|
|
+ 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 PushStatisticsData.ProtoReflect.Descriptor instead.
|
|
|
+func (*PushStatisticsData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{39}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetPersonName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PersonName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetDepartmentName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DepartmentName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetPushNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PushNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetParticipateNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ParticipateNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetBidNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BidNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetWinNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WinNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *PushStatisticsData) GetBrowseNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BrowseNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type ProjectStatisticsDataRes 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 []*ProjectStatisticsData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) Reset() {
|
|
|
+ *x = ProjectStatisticsDataRes{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[40]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProjectStatisticsDataRes) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[40]
|
|
|
+ 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 ProjectStatisticsDataRes.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProjectStatisticsDataRes) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{40}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) GetErrCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) GetErrMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsDataRes) GetData() []*ProjectStatisticsData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type ProjectStatisticsData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ PersonName string `protobuf:"bytes,1,opt,name=personName,proto3" json:"personName,omitempty"`
|
|
|
+ DepartmentName string `protobuf:"bytes,2,opt,name=departmentName,proto3" json:"departmentName,omitempty"`
|
|
|
+ BidNumb int64 `protobuf:"varint,3,opt,name=bidNumb,proto3" json:"bidNumb,omitempty"` //投标数量
|
|
|
+ DirectBidNumb int64 `protobuf:"varint,4,opt,name=directBidNumb,proto3" json:"directBidNumb,omitempty"` //直接投标数
|
|
|
+ ChannelBidNumb int64 `protobuf:"varint,5,opt,name=channelBidNumb,proto3" json:"channelBidNumb,omitempty"` //渠道投标数
|
|
|
+ WinNumb int64 `protobuf:"varint,6,opt,name=winNumb,proto3" json:"winNumb,omitempty"` //中标数量
|
|
|
+ DirectWinNumb int64 `protobuf:"varint,7,opt,name=directWinNumb,proto3" json:"directWinNumb,omitempty"` //直接中标数
|
|
|
+ ChannelWinNumb int64 `protobuf:"varint,8,opt,name=channelWinNumb,proto3" json:"channelWinNumb,omitempty"` //渠道中标数
|
|
|
+ NotBidNumber int64 `protobuf:"varint,9,opt,name=notBidNumber,proto3" json:"notBidNumber,omitempty"` //未中标数量
|
|
|
+ EndNumb int64 `protobuf:"varint,10,opt,name=endNumb,proto3" json:"endNumb,omitempty"` //终止数量
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) Reset() {
|
|
|
+ *x = ProjectStatisticsData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[41]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ProjectStatisticsData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[41]
|
|
|
+ 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 ProjectStatisticsData.ProtoReflect.Descriptor instead.
|
|
|
+func (*ProjectStatisticsData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{41}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetPersonName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PersonName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetDepartmentName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.DepartmentName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetBidNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BidNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetDirectBidNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DirectBidNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetChannelBidNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ChannelBidNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetWinNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WinNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetDirectWinNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.DirectWinNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetChannelWinNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ChannelWinNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetNotBidNumber() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.NotBidNumber
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ProjectStatisticsData) GetEndNumb() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EndNumb
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
var File_bxcore_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxcore_proto_rawDesc = []byte{
|
|
@@ -4740,61 +5168,140 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
|
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04,
|
|
|
- 0x64, 0x61, 0x74, 0x61, 0x32, 0xd3, 0x06, 0x0a, 0x06, 0x42, 0x78, 0x43, 0x6f, 0x72, 0x65, 0x12,
|
|
|
- 0x36, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x12, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61,
|
|
|
- 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3e, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63,
|
|
|
- 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17,
|
|
|
+ 0x64, 0x61, 0x74, 0x61, 0x22, 0xdb, 0x01, 0x0a, 0x11, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
|
|
|
+ 0x69, 0x63, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e,
|
|
|
+ 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
+ 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e,
|
|
|
+ 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22,
|
|
|
+ 0x0a, 0x0c, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x41, 0x72, 0x72, 0x18, 0x04,
|
|
|
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x41,
|
|
|
+ 0x72, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x06, 0x64, 0x65, 0x70, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74,
|
|
|
+ 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73,
|
|
|
+ 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
|
|
|
+ 0x6d, 0x65, 0x22, 0x7b, 0x0a, 0x15, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
|
|
|
+ 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 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,
|
|
|
+ 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69,
|
|
|
+ 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22,
|
|
|
+ 0xf6, 0x01, 0x0a, 0x12, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
|
+ 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
+ 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
+ 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
|
|
|
+ 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
|
+ 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a,
|
|
|
+ 0x0a, 0x08, 0x70, 0x75, 0x73, 0x68, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
|
|
|
+ 0x52, 0x08, 0x70, 0x75, 0x73, 0x68, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x28, 0x0a, 0x0f, 0x70, 0x61,
|
|
|
+ 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x04, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
|
+ 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18,
|
|
|
+ 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x18,
|
|
|
+ 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x72, 0x6f, 0x77,
|
|
|
+ 0x73, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x62, 0x72,
|
|
|
+ 0x6f, 0x77, 0x73, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x22, 0x81, 0x01, 0x0a, 0x18, 0x50, 0x72, 0x6f,
|
|
|
+ 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61,
|
|
|
+ 0x74, 0x61, 0x52, 0x65, 0x73, 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, 0x31, 0x0a, 0x04, 0x64, 0x61, 0x74,
|
|
|
+ 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
|
+ 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xed, 0x02, 0x0a,
|
|
|
+ 0x15, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
|
+ 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
+ 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
+ 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
|
|
|
+ 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
|
+ 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
|
|
|
+ 0x0a, 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65,
|
|
|
+ 0x63, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x26,
|
|
|
+ 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42,
|
|
|
+ 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d,
|
|
|
+ 0x62, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
+ 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d,
|
|
|
+ 0x62, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57,
|
|
|
+ 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65,
|
|
|
+ 0x6c, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e,
|
|
|
+ 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x22,
|
|
|
+ 0x0a, 0x0c, 0x6e, 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6e, 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
+ 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x0a, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x32, 0xf1, 0x07, 0x0a,
|
|
|
+ 0x06, 0x42, 0x78, 0x43, 0x6f, 0x72, 0x65, 0x12, 0x36, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x65,
|
|
|
+ 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
+ 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x3e, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16,
|
|
|
0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69,
|
|
|
- 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
- 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63,
|
|
|
- 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53,
|
|
|
- 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52,
|
|
|
- 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
|
- 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
- 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
|
- 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
- 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a,
|
|
|
- 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
|
- 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
|
- 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62,
|
|
|
- 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53,
|
|
|
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74,
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d,
|
|
|
+ 0x6d, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68,
|
|
|
+ 0x6f, 0x77, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74,
|
|
|
+ 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x1a,
|
|
|
0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70,
|
|
|
- 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e,
|
|
|
+ 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61,
|
|
|
+ 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e,
|
|
|
0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
- 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12,
|
|
|
- 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72,
|
|
|
- 0x64, 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74,
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65,
|
|
|
- 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
- 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73,
|
|
|
- 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50,
|
|
|
- 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
|
|
|
- 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
- 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x73, 0x52, 0x65, 0x73, 0x12, 0x58, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70,
|
|
|
- 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x2e, 0x62,
|
|
|
- 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
|
- 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
- 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4f,
|
|
|
- 0x0a, 0x11, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74,
|
|
|
- 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72,
|
|
|
- 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x71, 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
- 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12,
|
|
|
- 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74,
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a,
|
|
|
+ 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
+ 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e,
|
|
|
+ 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42,
|
|
|
+ 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
+ 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
+ 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70,
|
|
|
+ 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73,
|
|
|
+ 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43,
|
|
|
+ 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65,
|
|
|
+ 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
+ 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
|
|
|
+ 0x74, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70,
|
|
|
+ 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63,
|
|
|
+ 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52,
|
|
|
+ 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
+ 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65,
|
|
|
+ 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74,
|
|
|
+ 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x12, 0x1d,
|
|
|
0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70,
|
|
|
- 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
+ 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x12, 0x58, 0x0a, 0x14,
|
|
|
+ 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70,
|
|
|
+ 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61,
|
|
|
+ 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e,
|
|
|
+ 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
+ 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49,
|
|
|
+ 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4f, 0x0a, 0x11, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
+ 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
|
+ 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
+ 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63,
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
+ 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63,
|
|
|
+ 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c,
|
|
|
+ 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
|
+ 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
|
|
|
+ 0x74, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74,
|
|
|
+ 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61,
|
|
|
+ 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x50,
|
|
|
+ 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
|
|
|
+ 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61,
|
|
|
+ 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x20,
|
|
|
+ 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53,
|
|
|
+ 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73,
|
|
|
+ 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72,
|
|
|
+ 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -4809,45 +5316,50 @@ func file_bxcore_proto_rawDescGZIP() []byte {
|
|
|
return file_bxcore_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 37)
|
|
|
+var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 42)
|
|
|
var file_bxcore_proto_goTypes = []interface{}{
|
|
|
- (*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
|
- (*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
|
- (*SearchData)(nil), // 2: bxcore.SearchData
|
|
|
- (*SearchList)(nil), // 3: bxcore.SearchList
|
|
|
- (*WinnerInfo)(nil), // 4: bxcore.WinnerInfo
|
|
|
- (*PInfo)(nil), // 5: bxcore.PInfo
|
|
|
- (*SearchLimitReq)(nil), // 6: bxcore.SearchLimitReq
|
|
|
- (*SearchLimitResp)(nil), // 7: bxcore.SearchLimitResp
|
|
|
- (*ParticipateShowReq)(nil), // 8: bxcore.ParticipateShowReq
|
|
|
- (*ShowInfo)(nil), // 9: bxcore.ShowInfo
|
|
|
- (*ParticipateShowRes)(nil), // 10: bxcore.ParticipateShowRes
|
|
|
- (*ParticipateInfoReq)(nil), // 11: bxcore.ParticipateInfoReq
|
|
|
- (*ParticipateDetailInfo)(nil), // 12: bxcore.ParticipateDetailInfo
|
|
|
- (*ParticipateInfoRes)(nil), // 13: bxcore.ParticipateInfoRes
|
|
|
- (*UpdateBidStatusReq)(nil), // 14: bxcore.UpdateBidStatusReq
|
|
|
- (*UpdateBidStatusRes)(nil), // 15: bxcore.UpdateBidStatusRes
|
|
|
- (*ParticipateContentReq)(nil), // 16: bxcore.ParticipateContentReq
|
|
|
- (*ParticipateContentData)(nil), // 17: bxcore.ParticipateContentData
|
|
|
- (*ParticipateContentRes)(nil), // 18: bxcore.ParticipateContentRes
|
|
|
- (*ParticipateRecordsReq)(nil), // 19: bxcore.ParticipateRecordsReq
|
|
|
- (*ParticipateRecords)(nil), // 20: bxcore.ParticipateRecords
|
|
|
- (*ParticipateRecordsData)(nil), // 21: bxcore.ParticipateRecordsData
|
|
|
- (*ParticipateRecordsRes)(nil), // 22: bxcore.ParticipateRecordsRes
|
|
|
- (*ParticipatePersonsReq)(nil), // 23: bxcore.ParticipatePersonsReq
|
|
|
- (*ParticipatePerson)(nil), // 24: bxcore.ParticipatePerson
|
|
|
- (*ParticipatePersonsRes)(nil), // 25: bxcore.ParticipatePersonsRes
|
|
|
- (*ParticipateSetUpInfoReq)(nil), // 26: bxcore.ParticipateSetUpInfoReq
|
|
|
- (*BidTypeReq)(nil), // 27: bxcore.BidTypeReq
|
|
|
- (*RemindRuleReq)(nil), // 28: bxcore.RemindRuleReq
|
|
|
- (*ParticipateSetUpInfo)(nil), // 29: bxcore.ParticipateSetUpInfo
|
|
|
- (*ParticipateSetUpInfoRes)(nil), // 30: bxcore.ParticipateSetUpInfoRes
|
|
|
- (*ParticipateActionReq)(nil), // 31: bxcore.ParticipateActionReq
|
|
|
- (*ParticipateActionRes)(nil), // 32: bxcore.ParticipateActionRes
|
|
|
- (*ParticipateListReq)(nil), // 33: bxcore.ParticipateListReq
|
|
|
- (*ParticipateList)(nil), // 34: bxcore.ParticipateList
|
|
|
- (*ParticipateData)(nil), // 35: bxcore.ParticipateData
|
|
|
- (*ParticipateListRes)(nil), // 36: bxcore.ParticipateListRes
|
|
|
+ (*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
|
+ (*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
|
+ (*SearchData)(nil), // 2: bxcore.SearchData
|
|
|
+ (*SearchList)(nil), // 3: bxcore.SearchList
|
|
|
+ (*WinnerInfo)(nil), // 4: bxcore.WinnerInfo
|
|
|
+ (*PInfo)(nil), // 5: bxcore.PInfo
|
|
|
+ (*SearchLimitReq)(nil), // 6: bxcore.SearchLimitReq
|
|
|
+ (*SearchLimitResp)(nil), // 7: bxcore.SearchLimitResp
|
|
|
+ (*ParticipateShowReq)(nil), // 8: bxcore.ParticipateShowReq
|
|
|
+ (*ShowInfo)(nil), // 9: bxcore.ShowInfo
|
|
|
+ (*ParticipateShowRes)(nil), // 10: bxcore.ParticipateShowRes
|
|
|
+ (*ParticipateInfoReq)(nil), // 11: bxcore.ParticipateInfoReq
|
|
|
+ (*ParticipateDetailInfo)(nil), // 12: bxcore.ParticipateDetailInfo
|
|
|
+ (*ParticipateInfoRes)(nil), // 13: bxcore.ParticipateInfoRes
|
|
|
+ (*UpdateBidStatusReq)(nil), // 14: bxcore.UpdateBidStatusReq
|
|
|
+ (*UpdateBidStatusRes)(nil), // 15: bxcore.UpdateBidStatusRes
|
|
|
+ (*ParticipateContentReq)(nil), // 16: bxcore.ParticipateContentReq
|
|
|
+ (*ParticipateContentData)(nil), // 17: bxcore.ParticipateContentData
|
|
|
+ (*ParticipateContentRes)(nil), // 18: bxcore.ParticipateContentRes
|
|
|
+ (*ParticipateRecordsReq)(nil), // 19: bxcore.ParticipateRecordsReq
|
|
|
+ (*ParticipateRecords)(nil), // 20: bxcore.ParticipateRecords
|
|
|
+ (*ParticipateRecordsData)(nil), // 21: bxcore.ParticipateRecordsData
|
|
|
+ (*ParticipateRecordsRes)(nil), // 22: bxcore.ParticipateRecordsRes
|
|
|
+ (*ParticipatePersonsReq)(nil), // 23: bxcore.ParticipatePersonsReq
|
|
|
+ (*ParticipatePerson)(nil), // 24: bxcore.ParticipatePerson
|
|
|
+ (*ParticipatePersonsRes)(nil), // 25: bxcore.ParticipatePersonsRes
|
|
|
+ (*ParticipateSetUpInfoReq)(nil), // 26: bxcore.ParticipateSetUpInfoReq
|
|
|
+ (*BidTypeReq)(nil), // 27: bxcore.BidTypeReq
|
|
|
+ (*RemindRuleReq)(nil), // 28: bxcore.RemindRuleReq
|
|
|
+ (*ParticipateSetUpInfo)(nil), // 29: bxcore.ParticipateSetUpInfo
|
|
|
+ (*ParticipateSetUpInfoRes)(nil), // 30: bxcore.ParticipateSetUpInfoRes
|
|
|
+ (*ParticipateActionReq)(nil), // 31: bxcore.ParticipateActionReq
|
|
|
+ (*ParticipateActionRes)(nil), // 32: bxcore.ParticipateActionRes
|
|
|
+ (*ParticipateListReq)(nil), // 33: bxcore.ParticipateListReq
|
|
|
+ (*ParticipateList)(nil), // 34: bxcore.ParticipateList
|
|
|
+ (*ParticipateData)(nil), // 35: bxcore.ParticipateData
|
|
|
+ (*ParticipateListRes)(nil), // 36: bxcore.ParticipateListRes
|
|
|
+ (*StatisticsListReq)(nil), // 37: bxcore.StatisticsListReq
|
|
|
+ (*PushStatisticsDataRes)(nil), // 38: bxcore.PushStatisticsDataRes
|
|
|
+ (*PushStatisticsData)(nil), // 39: bxcore.PushStatisticsData
|
|
|
+ (*ProjectStatisticsDataRes)(nil), // 40: bxcore.ProjectStatisticsDataRes
|
|
|
+ (*ProjectStatisticsData)(nil), // 41: bxcore.ProjectStatisticsData
|
|
|
}
|
|
|
var file_bxcore_proto_depIdxs = []int32{
|
|
|
2, // 0: bxcore.SearchResp.data:type_name -> bxcore.SearchData
|
|
@@ -4868,33 +5380,39 @@ var file_bxcore_proto_depIdxs = []int32{
|
|
|
29, // 15: bxcore.ParticipateSetUpInfoRes.data:type_name -> bxcore.ParticipateSetUpInfo
|
|
|
34, // 16: bxcore.ParticipateData.list:type_name -> bxcore.ParticipateList
|
|
|
35, // 17: bxcore.ParticipateListRes.data:type_name -> bxcore.ParticipateData
|
|
|
- 0, // 18: bxcore.BxCore.GetSearchList:input_type -> bxcore.SearchReq
|
|
|
- 6, // 19: bxcore.BxCore.SearchLimit:input_type -> bxcore.SearchLimitReq
|
|
|
- 8, // 20: bxcore.BxCore.ParticipateShow:input_type -> bxcore.ParticipateShowReq
|
|
|
- 11, // 21: bxcore.BxCore.ParticipateInfo:input_type -> bxcore.ParticipateInfoReq
|
|
|
- 14, // 22: bxcore.BxCore.UpdateBidStatus:input_type -> bxcore.UpdateBidStatusReq
|
|
|
- 16, // 23: bxcore.BxCore.ParticipateContent:input_type -> bxcore.ParticipateContentReq
|
|
|
- 19, // 24: bxcore.BxCore.ParticipateRecords:input_type -> bxcore.ParticipateRecordsReq
|
|
|
- 23, // 25: bxcore.BxCore.ParticipatePersons:input_type -> bxcore.ParticipatePersonsReq
|
|
|
- 26, // 26: bxcore.BxCore.ParticipateSetUpInfo:input_type -> bxcore.ParticipateSetUpInfoReq
|
|
|
- 31, // 27: bxcore.BxCore.ParticipateAction:input_type -> bxcore.ParticipateActionReq
|
|
|
- 33, // 28: bxcore.BxCore.ParticipateList:input_type -> bxcore.ParticipateListReq
|
|
|
- 1, // 29: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
- 7, // 30: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
- 10, // 31: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
- 13, // 32: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
- 15, // 33: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
- 18, // 34: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
- 22, // 35: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
- 25, // 36: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
- 30, // 37: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
- 32, // 38: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
- 36, // 39: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
- 29, // [29:40] is the sub-list for method output_type
|
|
|
- 18, // [18:29] is the sub-list for method input_type
|
|
|
- 18, // [18:18] is the sub-list for extension type_name
|
|
|
- 18, // [18:18] is the sub-list for extension extendee
|
|
|
- 0, // [0:18] is the sub-list for field type_name
|
|
|
+ 39, // 18: bxcore.PushStatisticsDataRes.data:type_name -> bxcore.PushStatisticsData
|
|
|
+ 41, // 19: bxcore.ProjectStatisticsDataRes.data:type_name -> bxcore.ProjectStatisticsData
|
|
|
+ 0, // 20: bxcore.BxCore.GetSearchList:input_type -> bxcore.SearchReq
|
|
|
+ 6, // 21: bxcore.BxCore.SearchLimit:input_type -> bxcore.SearchLimitReq
|
|
|
+ 8, // 22: bxcore.BxCore.ParticipateShow:input_type -> bxcore.ParticipateShowReq
|
|
|
+ 11, // 23: bxcore.BxCore.ParticipateInfo:input_type -> bxcore.ParticipateInfoReq
|
|
|
+ 14, // 24: bxcore.BxCore.UpdateBidStatus:input_type -> bxcore.UpdateBidStatusReq
|
|
|
+ 16, // 25: bxcore.BxCore.ParticipateContent:input_type -> bxcore.ParticipateContentReq
|
|
|
+ 19, // 26: bxcore.BxCore.ParticipateRecords:input_type -> bxcore.ParticipateRecordsReq
|
|
|
+ 23, // 27: bxcore.BxCore.ParticipatePersons:input_type -> bxcore.ParticipatePersonsReq
|
|
|
+ 26, // 28: bxcore.BxCore.ParticipateSetUpInfo:input_type -> bxcore.ParticipateSetUpInfoReq
|
|
|
+ 31, // 29: bxcore.BxCore.ParticipateAction:input_type -> bxcore.ParticipateActionReq
|
|
|
+ 33, // 30: bxcore.BxCore.ParticipateList:input_type -> bxcore.ParticipateListReq
|
|
|
+ 37, // 31: bxcore.BxCore.PushStatistics:input_type -> bxcore.StatisticsListReq
|
|
|
+ 37, // 32: bxcore.BxCore.ProjectStatistics:input_type -> bxcore.StatisticsListReq
|
|
|
+ 1, // 33: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
+ 7, // 34: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
+ 10, // 35: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
+ 13, // 36: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
+ 15, // 37: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
+ 18, // 38: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
+ 22, // 39: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
+ 25, // 40: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
+ 30, // 41: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
+ 32, // 42: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
+ 36, // 43: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
+ 38, // 44: bxcore.BxCore.PushStatistics:output_type -> bxcore.PushStatisticsDataRes
|
|
|
+ 40, // 45: bxcore.BxCore.ProjectStatistics:output_type -> bxcore.ProjectStatisticsDataRes
|
|
|
+ 33, // [33:46] is the sub-list for method output_type
|
|
|
+ 20, // [20:33] is the sub-list for method input_type
|
|
|
+ 20, // [20:20] is the sub-list for extension type_name
|
|
|
+ 20, // [20:20] is the sub-list for extension extendee
|
|
|
+ 0, // [0:20] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_bxcore_proto_init() }
|
|
@@ -5347,6 +5865,66 @@ func file_bxcore_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
+ file_bxcore_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*StatisticsListReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*PushStatisticsDataRes); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*PushStatisticsData); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*ProjectStatisticsDataRes); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*ProjectStatisticsData); 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{
|
|
@@ -5354,7 +5932,7 @@ func file_bxcore_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_bxcore_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 37,
|
|
|
+ NumMessages: 42,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|