|
@@ -2823,9 +2823,9 @@ type RemindRuleReq struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- BidState int64 `protobuf:"varint,1,opt,name=bidState,proto3" json:"bidState,omitempty"` //投标规则类型;0:全部;1:直接投标;2:渠道投标
|
|
|
|
- Remainder int64 `protobuf:"varint,2,opt,name=remainder,proto3" json:"remainder,omitempty"` //距离投标截止日期需要多久开始提醒 单位h
|
|
|
|
- Node int64 `protobuf:"varint,3,opt,name=node,proto3" json:"node,omitempty"` //那个节点进行消息提醒;和投标项目阶段绑定
|
|
|
|
|
|
+ BidState int64 `protobuf:"varint,1,opt,name=bidState,proto3" json:"bidState,omitempty"` //投标规则类型;0:直接投标;1:渠道投标;
|
|
|
|
+ Remainder int64 `protobuf:"varint,2,opt,name=remainder,proto3" json:"remainder,omitempty"` //距离投标截止日期需要多久开始提醒 单位h
|
|
|
|
+ Node string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"` //那个节点进行消息提醒;和投标项目阶段绑定
|
|
}
|
|
}
|
|
|
|
|
|
func (x *RemindRuleReq) Reset() {
|
|
func (x *RemindRuleReq) Reset() {
|
|
@@ -2874,11 +2874,11 @@ func (x *RemindRuleReq) GetRemainder() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *RemindRuleReq) GetNode() int64 {
|
|
|
|
|
|
+func (x *RemindRuleReq) GetNode() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Node
|
|
return x.Node
|
|
}
|
|
}
|
|
- return 0
|
|
|
|
|
|
+ return ""
|
|
}
|
|
}
|
|
|
|
|
|
//设置信息内容
|
|
//设置信息内容
|
|
@@ -4068,7 +4068,7 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x64,
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x64,
|
|
0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e,
|
|
0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e,
|
|
0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
- 0x03, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x95, 0x01, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74,
|
|
|
|
|
|
+ 0x09, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0x95, 0x01, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74,
|
|
0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 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,
|
|
0x12, 0x18, 0x0a, 0x07, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x07, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x2c, 0x0a, 0x07, 0x62, 0x69,
|
|
0x08, 0x52, 0x07, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x2c, 0x0a, 0x07, 0x62, 0x69,
|