Compare commits
No commits in common. "33cd40fafa2e35190d6af1c01d089603bfc2111c" and "e52b81f5c7ee307388b66b6dea6938734be572bd" have entirely different histories.
33cd40fafa
...
e52b81f5c7
@ -4658,7 +4658,6 @@ 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() {
|
||||
@ -4770,13 +4769,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user