|
@@ -6304,6 +6304,7 @@ type ServicePlanChannelVo struct {
|
|
|
CreateAt int64 `protobuf:"varint,20,opt,name=createAt,proto3" json:"createAt,omitempty"` // 创建者ID
|
|
CreateAt int64 `protobuf:"varint,20,opt,name=createAt,proto3" json:"createAt,omitempty"` // 创建者ID
|
|
|
UpdateTime int64 `protobuf:"varint,21,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
UpdateTime int64 `protobuf:"varint,21,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // 更新时间
|
|
|
UpdateAt int64 `protobuf:"varint,22,opt,name=updateAt,proto3" json:"updateAt,omitempty"` // 更新者ID
|
|
UpdateAt int64 `protobuf:"varint,22,opt,name=updateAt,proto3" json:"updateAt,omitempty"` // 更新者ID
|
|
|
|
|
+ TagType int64 `protobuf:"varint,23,opt,name=tagType,proto3" json:"tagType,omitempty"` // 标签类型(与客户端约定)
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
}
|
|
@@ -6492,6 +6493,13 @@ func (x *ServicePlanChannelVo) GetUpdateAt() int64 {
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (x *ServicePlanChannelVo) GetTagType() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.TagType
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type ServicePlanChannelGetReq struct {
|
|
type ServicePlanChannelGetReq struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Vo *ServicePlanChannelVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
Vo *ServicePlanChannelVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
@@ -31441,7 +31449,7 @@ const file_gorpc_proto_rawDesc = "" +
|
|
|
"planStatus\"_\n" +
|
|
"planStatus\"_\n" +
|
|
|
"\x18ServicePlanBoxesListResp\x12\x14\n" +
|
|
"\x18ServicePlanBoxesListResp\x12\x14\n" +
|
|
|
"\x05total\x18\x01 \x01(\x03R\x05total\x12-\n" +
|
|
"\x05total\x18\x01 \x01(\x03R\x05total\x12-\n" +
|
|
|
- "\x04list\x18\x02 \x03(\v2\x19.gorpc.ServicePlanBoxesVoR\x04list\"\xb7\x05\n" +
|
|
|
|
|
|
|
+ "\x04list\x18\x02 \x03(\v2\x19.gorpc.ServicePlanBoxesVoR\x04list\"\xd1\x05\n" +
|
|
|
"\x14ServicePlanChannelVo\x12\x0e\n" +
|
|
"\x14ServicePlanChannelVo\x12\x0e\n" +
|
|
|
"\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
"\x02id\x18\x01 \x01(\x03R\x02id\x12 \n" +
|
|
|
"\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x18\n" +
|
|
"\vproductCode\x18\x02 \x01(\tR\vproductCode\x12\x18\n" +
|
|
@@ -31469,7 +31477,8 @@ const file_gorpc_proto_rawDesc = "" +
|
|
|
"\n" +
|
|
"\n" +
|
|
|
"updateTime\x18\x15 \x01(\x03R\n" +
|
|
"updateTime\x18\x15 \x01(\x03R\n" +
|
|
|
"updateTime\x12\x1a\n" +
|
|
"updateTime\x12\x1a\n" +
|
|
|
- "\bupdateAt\x18\x16 \x01(\x03R\bupdateAt\"G\n" +
|
|
|
|
|
|
|
+ "\bupdateAt\x18\x16 \x01(\x03R\bupdateAt\x12\x18\n" +
|
|
|
|
|
+ "\atagType\x18\x17 \x01(\x03R\atagType\"G\n" +
|
|
|
"\x18ServicePlanChannelGetReq\x12+\n" +
|
|
"\x18ServicePlanChannelGetReq\x12+\n" +
|
|
|
"\x02vo\x18\x01 \x01(\v2\x1b.gorpc.ServicePlanChannelVoR\x02vo\"H\n" +
|
|
"\x02vo\x18\x01 \x01(\v2\x1b.gorpc.ServicePlanChannelVoR\x02vo\"H\n" +
|
|
|
"\x19ServicePlanChannelGetResp\x12+\n" +
|
|
"\x19ServicePlanChannelGetResp\x12+\n" +
|