|
@@ -3645,16 +3645,16 @@ type ParticipateList struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //项目id
|
|
|
|
- ProjectName string `protobuf:"bytes,2,opt,name=projectName,proto3" json:"projectName,omitempty"` //项目名称
|
|
|
|
- Buyer string `protobuf:"bytes,3,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位
|
|
|
|
- Budget string `protobuf:"bytes,4,opt,name=budget,proto3" json:"budget,omitempty"` //预算
|
|
|
|
- Participants string `protobuf:"bytes,5,opt,name=participants,proto3" json:"participants,omitempty"` //参标人 多个,号隔开
|
|
|
|
- BidTime string `protobuf:"bytes,6,opt,name=bidTime,proto3" json:"bidTime,omitempty"` //招标日期
|
|
|
|
- BidEndTime string `protobuf:"bytes,7,opt,name=bidEndTime,proto3" json:"bidEndTime,omitempty"` //投标截止日期
|
|
|
|
- BidOpenTime string `protobuf:"bytes,8,opt,name=bidOpenTime,proto3" json:"bidOpenTime,omitempty"` //投标截止日期
|
|
|
|
- UpdateStatusTime string `protobuf:"bytes,9,opt,name=updateStatusTime,proto3" json:"updateStatusTime,omitempty"` //更新状态时间
|
|
|
|
- UpdateStatusCon string `protobuf:"bytes,10,opt,name=updateStatusCon,proto3" json:"updateStatusCon,omitempty"` //投标状态更新
|
|
|
|
|
|
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //项目id
|
|
|
|
+ ProjectName string `protobuf:"bytes,2,opt,name=projectName,proto3" json:"projectName,omitempty"` //项目名称
|
|
|
|
+ Buyer string `protobuf:"bytes,3,opt,name=buyer,proto3" json:"buyer,omitempty"` //采购单位
|
|
|
|
+ Budget string `protobuf:"bytes,4,opt,name=budget,proto3" json:"budget,omitempty"` //预算
|
|
|
|
+ Participants string `protobuf:"bytes,5,opt,name=participants,proto3" json:"participants,omitempty"` //参标人 多个,号隔开
|
|
|
|
+ BidTime int64 `protobuf:"varint,6,opt,name=bidTime,proto3" json:"bidTime,omitempty"` //招标日期
|
|
|
|
+ BidEndTime int64 `protobuf:"varint,7,opt,name=bidEndTime,proto3" json:"bidEndTime,omitempty"` //投标截止日期
|
|
|
|
+ BidOpenTime int64 `protobuf:"varint,8,opt,name=bidOpenTime,proto3" json:"bidOpenTime,omitempty"` //投标截止日期
|
|
|
|
+ UpdateStatusTime int64 `protobuf:"varint,9,opt,name=updateStatusTime,proto3" json:"updateStatusTime,omitempty"` //更新状态时间
|
|
|
|
+ UpdateStatusCon string `protobuf:"bytes,10,opt,name=updateStatusCon,proto3" json:"updateStatusCon,omitempty"` //投标状态更新
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateList) Reset() {
|
|
func (x *ParticipateList) Reset() {
|
|
@@ -3724,32 +3724,32 @@ func (x *ParticipateList) GetParticipants() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateList) GetBidTime() string {
|
|
|
|
|
|
+func (x *ParticipateList) GetBidTime() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.BidTime
|
|
return x.BidTime
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateList) GetBidEndTime() string {
|
|
|
|
|
|
+func (x *ParticipateList) GetBidEndTime() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.BidEndTime
|
|
return x.BidEndTime
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateList) GetBidOpenTime() string {
|
|
|
|
|
|
+func (x *ParticipateList) GetBidOpenTime() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.BidOpenTime
|
|
return x.BidOpenTime
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateList) GetUpdateStatusTime() string {
|
|
|
|
|
|
+func (x *ParticipateList) GetUpdateStatusTime() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.UpdateStatusTime
|
|
return x.UpdateStatusTime
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateList) GetUpdateStatusCon() string {
|
|
func (x *ParticipateList) GetUpdateStatusCon() string {
|
|
@@ -4469,13 +4469,13 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x05,
|
|
0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e,
|
|
0x74, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20,
|
|
0x74, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x69, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20,
|
|
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x69, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
- 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
+ 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0a, 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x52, 0x0a, 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
- 0x09, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2a,
|
|
|
|
|
|
+ 0x03, 0x52, 0x0b, 0x62, 0x69, 0x64, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2a,
|
|
0x0a, 0x10, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69,
|
|
0x0a, 0x10, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69,
|
|
- 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
|
|
|
|
+ 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x70,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x70,
|
|
0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x6e, 0x18, 0x0a, 0x20,
|
|
0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x6e, 0x18, 0x0a, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x01, 0x28, 0x09, 0x52, 0x0f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75,
|