|
@@ -405,7 +405,7 @@ type SubscribeInfo struct {
|
|
|
WinnerPerson string `protobuf:"bytes,29,opt,name=winnerPerson,proto3" json:"winnerPerson,omitempty"` //中标企业联系人
|
|
|
WinnerTel string `protobuf:"bytes,30,opt,name=winnerTel,proto3" json:"winnerTel,omitempty"` //中标企业联系电话
|
|
|
SignendTime string `protobuf:"bytes,31,opt,name=signendTime,proto3" json:"signendTime,omitempty"` // 报名截止日期
|
|
|
- Bidendtime string `protobuf:"bytes,32,opt,name=bidendtime,proto3" json:"bidendtime,omitempty"` // 投标截止日期
|
|
|
+ BidendTime string `protobuf:"bytes,32,opt,name=bidendTime,proto3" json:"bidendTime,omitempty"` // 投标截止日期
|
|
|
}
|
|
|
|
|
|
func (x *SubscribeInfo) Reset() {
|
|
@@ -657,9 +657,9 @@ func (x *SubscribeInfo) GetSignendTime() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *SubscribeInfo) GetBidendtime() string {
|
|
|
+func (x *SubscribeInfo) GetBidendTime() string {
|
|
|
if x != nil {
|
|
|
- return x.Bidendtime
|
|
|
+ return x.BidendTime
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -2436,8 +2436,8 @@ var file_bxsubscribe_proto_rawDesc = []byte{
|
|
|
0x09, 0x52, 0x09, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x54, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
0x73, 0x69, 0x67, 0x6e, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x0b, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e,
|
|
|
- 0x0a, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x8b,
|
|
|
+ 0x0a, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x0a, 0x62, 0x69, 0x64, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x8b,
|
|
|
0x01, 0x0a, 0x0b, 0x53, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,
|