|
@@ -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 v3.19.4
|
|
|
// source: bxcore.proto
|
|
|
|
|
|
package bxcore
|
|
@@ -1538,6 +1538,7 @@ type ParticipateDetailInfo struct {
|
|
|
ShowTransfer bool `protobuf:"varint,3,opt,name=showTransfer,proto3" json:"showTransfer,omitempty"` // 转给同事按钮是否展示:true-展示 false-不展示
|
|
|
UserName string `protobuf:"bytes,4,opt,name=userName,proto3" json:"userName,omitempty"` //参标人姓名 逗号分割
|
|
|
ProjectId string `protobuf:"bytes,5,opt,name=projectId,proto3" json:"projectId,omitempty"` // 项目id
|
|
|
+ BidEndTime int64 `protobuf:"varint,6,opt,name=bidEndTime,proto3" json:"bidEndTime,omitempty"` // 投标截止时间
|
|
|
}
|
|
|
|
|
|
func (x *ParticipateDetailInfo) Reset() {
|
|
@@ -1607,6 +1608,13 @@ func (x *ParticipateDetailInfo) GetProjectId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *ParticipateDetailInfo) GetBidEndTime() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.BidEndTime
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type ParticipateInfoRes struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -4051,7 +4059,7 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xd1, 0x01, 0x0a, 0x15, 0x50,
|
|
|
+ 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xf1, 0x01, 0x0a, 0x15, 0x50,
|
|
|
0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x68, 0x6f, 0x77, 0x50, 0x61, 0x72, 0x74,
|
|
|
0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x73,
|
|
@@ -4064,7 +4072,9 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x73, 0x66, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x22, 0x7b,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x1e,
|
|
|
+ 0x0a, 0x0a, 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x0a, 0x62, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x7b,
|
|
|
0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66,
|
|
|
0x6f, 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,
|