|
@@ -3214,7 +3214,7 @@ type ParticipateSetUpInfo struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- IsAllow string `protobuf:"bytes,1,opt,name=isAllow,proto3" json:"isAllow,omitempty"` //是否允许多人参标 默认0 开启是1
|
|
|
|
|
|
+ IsAllow int64 `protobuf:"varint,1,opt,name=isAllow,proto3" json:"isAllow,omitempty"` //是否允许多人参标 默认0 开启是1
|
|
BidType []*BidTypeReq `protobuf:"bytes,2,rep,name=bidType,proto3" json:"bidType,omitempty"`
|
|
BidType []*BidTypeReq `protobuf:"bytes,2,rep,name=bidType,proto3" json:"bidType,omitempty"`
|
|
RemindRule []*RemindRuleReq `protobuf:"bytes,3,rep,name=remindRule,proto3" json:"remindRule,omitempty"`
|
|
RemindRule []*RemindRuleReq `protobuf:"bytes,3,rep,name=remindRule,proto3" json:"remindRule,omitempty"`
|
|
NecessaryField string `protobuf:"bytes,4,opt,name=necessaryField,proto3" json:"necessaryField,omitempty"` //必填字段
|
|
NecessaryField string `protobuf:"bytes,4,opt,name=necessaryField,proto3" json:"necessaryField,omitempty"` //必填字段
|
|
@@ -3253,11 +3253,11 @@ func (*ParticipateSetUpInfo) Descriptor() ([]byte, []int) {
|
|
return file_bxcore_proto_rawDescGZIP(), []int{29}
|
|
return file_bxcore_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateSetUpInfo) GetIsAllow() string {
|
|
|
|
|
|
+func (x *ParticipateSetUpInfo) GetIsAllow() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.IsAllow
|
|
return x.IsAllow
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateSetUpInfo) GetBidType() []*BidTypeReq {
|
|
func (x *ParticipateSetUpInfo) GetBidType() []*BidTypeReq {
|
|
@@ -4591,7 +4591,7 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x6f, 0x64,
|
|
0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x6f, 0x64,
|
|
0x65, 0x22, 0xd5, 0x01, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
0x65, 0x22, 0xd5, 0x01, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73,
|
|
0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73,
|
|
- 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x69, 0x73, 0x41,
|
|
|
|
|
|
+ 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x69, 0x73, 0x41,
|
|
0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x2c, 0x0a, 0x07, 0x62, 0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x2c, 0x0a, 0x07, 0x62, 0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x42,
|
|
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x42,
|
|
0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71, 0x52, 0x07, 0x62, 0x69, 0x64, 0x54, 0x79,
|
|
0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71, 0x52, 0x07, 0x62, 0x69, 0x64, 0x54, 0x79,
|