Compare commits

...

2 Commits

Author SHA1 Message Date
lzh
33cd40fafa Merge branch 'dev-lzh' into dev 2025-06-19 15:10:11 +08:00
lzh
3d226f9c8d 更新proto文件 2025-06-19 15:09:16 +08:00

View File

@ -4658,6 +4658,7 @@ type BundleExtendRequest struct {
AssociatedorderNumber string `protobuf:"bytes,9,opt,name=associatedorderNumber,proto3" json:"associatedorderNumber,omitempty"`
OperatorName string `protobuf:"bytes,10,opt,name=operatorName,proto3" json:"operatorName,omitempty"`
OperatorPhoneNumber string `protobuf:"bytes,11,opt,name=operatorPhoneNumber,proto3" json:"operatorPhoneNumber,omitempty"`
Type int32 `protobuf:"varint,12,opt,name=type,proto3" json:"type,omitempty"`
}
func (x *BundleExtendRequest) Reset() {
@ -4769,6 +4770,13 @@ func (x *BundleExtendRequest) GetOperatorPhoneNumber() string {
return ""
}
func (x *BundleExtendRequest) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
type BundleExtendResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache