// Code generated by protoc-gen-go. DO NOT EDIT. // source: suggestion.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type SuggestionOrderAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 投诉类型 1 投诉 2 建议 SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"` // 投诉人 ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"` // 投诉人电话 ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"` // 上级处理人 LastUid int64 `protobuf:"varint,5,opt,name=last_uid,json=lastUid,proto3" json:"last_uid"` // 投诉内容 ApplyContent string `protobuf:"bytes,6,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"` // 投诉图片 ApplyPic []string `protobuf:"bytes,7,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"` ByCompany bool `protobuf:"varint,8,opt,name=by_company,json=byCompany,proto3" json:"by_company"` HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderAddRequest) Reset() { *m = SuggestionOrderAddRequest{} } func (m *SuggestionOrderAddRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderAddRequest) ProtoMessage() {} func (*SuggestionOrderAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{0} } func (m *SuggestionOrderAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderAddRequest.Unmarshal(m, b) } func (m *SuggestionOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderAddRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderAddRequest.Merge(m, src) } func (m *SuggestionOrderAddRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderAddRequest.Size(m) } func (m *SuggestionOrderAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderAddRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderAddRequest proto.InternalMessageInfo func (m *SuggestionOrderAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderAddRequest) GetSuggestionType() int32 { if m != nil { return m.SuggestionType } return 0 } func (m *SuggestionOrderAddRequest) GetApplyPeople() string { if m != nil { return m.ApplyPeople } return "" } func (m *SuggestionOrderAddRequest) GetApplyPeoplePhone() string { if m != nil { return m.ApplyPeoplePhone } return "" } func (m *SuggestionOrderAddRequest) GetLastUid() int64 { if m != nil { return m.LastUid } return 0 } func (m *SuggestionOrderAddRequest) GetApplyContent() string { if m != nil { return m.ApplyContent } return "" } func (m *SuggestionOrderAddRequest) GetApplyPic() []string { if m != nil { return m.ApplyPic } return nil } func (m *SuggestionOrderAddRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } func (m *SuggestionOrderAddRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } type SuggestionOrderAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderAddReply) Reset() { *m = SuggestionOrderAddReply{} } func (m *SuggestionOrderAddReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderAddReply) ProtoMessage() {} func (*SuggestionOrderAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{1} } func (m *SuggestionOrderAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderAddReply.Unmarshal(m, b) } func (m *SuggestionOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderAddReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderAddReply.Merge(m, src) } func (m *SuggestionOrderAddReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderAddReply.Size(m) } func (m *SuggestionOrderAddReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderAddReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderAddReply proto.InternalMessageInfo func (m *SuggestionOrderAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type SuggestionOrderUpdateRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 投诉类型 1 投诉 2 建议 SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"` // 投诉人 ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"` // 投诉人电话 ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"` // 投诉内容 ApplyContent string `protobuf:"bytes,5,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"` // 投诉图片 ApplyPic []string `protobuf:"bytes,6,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"` Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"` HouseholdUid int64 `protobuf:"varint,8,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderUpdateRequest) Reset() { *m = SuggestionOrderUpdateRequest{} } func (m *SuggestionOrderUpdateRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderUpdateRequest) ProtoMessage() {} func (*SuggestionOrderUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{2} } func (m *SuggestionOrderUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderUpdateRequest.Unmarshal(m, b) } func (m *SuggestionOrderUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderUpdateRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderUpdateRequest.Merge(m, src) } func (m *SuggestionOrderUpdateRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderUpdateRequest.Size(m) } func (m *SuggestionOrderUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderUpdateRequest proto.InternalMessageInfo func (m *SuggestionOrderUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderUpdateRequest) GetSuggestionType() int32 { if m != nil { return m.SuggestionType } return 0 } func (m *SuggestionOrderUpdateRequest) GetApplyPeople() string { if m != nil { return m.ApplyPeople } return "" } func (m *SuggestionOrderUpdateRequest) GetApplyPeoplePhone() string { if m != nil { return m.ApplyPeoplePhone } return "" } func (m *SuggestionOrderUpdateRequest) GetApplyContent() string { if m != nil { return m.ApplyContent } return "" } func (m *SuggestionOrderUpdateRequest) GetApplyPic() []string { if m != nil { return m.ApplyPic } return nil } func (m *SuggestionOrderUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *SuggestionOrderUpdateRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } type SuggestionOrderUpdateReply struct { Origin *SuggestionOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderUpdateReply) Reset() { *m = SuggestionOrderUpdateReply{} } func (m *SuggestionOrderUpdateReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderUpdateReply) ProtoMessage() {} func (*SuggestionOrderUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{3} } func (m *SuggestionOrderUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderUpdateReply.Unmarshal(m, b) } func (m *SuggestionOrderUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderUpdateReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderUpdateReply.Merge(m, src) } func (m *SuggestionOrderUpdateReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderUpdateReply.Size(m) } func (m *SuggestionOrderUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderUpdateReply proto.InternalMessageInfo func (m *SuggestionOrderUpdateReply) GetOrigin() *SuggestionOrderUpdateRequest { if m != nil { return m.Origin } return nil } type SuggestionOrderDelRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderDelRequest) Reset() { *m = SuggestionOrderDelRequest{} } func (m *SuggestionOrderDelRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderDelRequest) ProtoMessage() {} func (*SuggestionOrderDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{4} } func (m *SuggestionOrderDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderDelRequest.Unmarshal(m, b) } func (m *SuggestionOrderDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderDelRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderDelRequest.Merge(m, src) } func (m *SuggestionOrderDelRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderDelRequest.Size(m) } func (m *SuggestionOrderDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderDelRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderDelRequest proto.InternalMessageInfo func (m *SuggestionOrderDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *SuggestionOrderDelRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } type SuggestionOrderDelReply struct { Origin *SuggestionOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderDelReply) Reset() { *m = SuggestionOrderDelReply{} } func (m *SuggestionOrderDelReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderDelReply) ProtoMessage() {} func (*SuggestionOrderDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{5} } func (m *SuggestionOrderDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderDelReply.Unmarshal(m, b) } func (m *SuggestionOrderDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderDelReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderDelReply.Merge(m, src) } func (m *SuggestionOrderDelReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderDelReply.Size(m) } func (m *SuggestionOrderDelReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderDelReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderDelReply proto.InternalMessageInfo func (m *SuggestionOrderDelReply) GetOrigin() *SuggestionOrderUpdateRequest { if m != nil { return m.Origin } return nil } type SuggestionOrderReturnVisitRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` // 1 满意 2 不满意 ReturnVisitLevel int32 `protobuf:"varint,3,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"` // 回访内容 ReturnVisitContent string `protobuf:"bytes,4,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"` HouseholdUid int64 `protobuf:"varint,5,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderReturnVisitRequest) Reset() { *m = SuggestionOrderReturnVisitRequest{} } func (m *SuggestionOrderReturnVisitRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderReturnVisitRequest) ProtoMessage() {} func (*SuggestionOrderReturnVisitRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{6} } func (m *SuggestionOrderReturnVisitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Unmarshal(m, b) } func (m *SuggestionOrderReturnVisitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderReturnVisitRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderReturnVisitRequest.Merge(m, src) } func (m *SuggestionOrderReturnVisitRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Size(m) } func (m *SuggestionOrderReturnVisitRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderReturnVisitRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderReturnVisitRequest proto.InternalMessageInfo func (m *SuggestionOrderReturnVisitRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderReturnVisitRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *SuggestionOrderReturnVisitRequest) GetReturnVisitLevel() int32 { if m != nil { return m.ReturnVisitLevel } return 0 } func (m *SuggestionOrderReturnVisitRequest) GetReturnVisitContent() string { if m != nil { return m.ReturnVisitContent } return "" } func (m *SuggestionOrderReturnVisitRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } type SuggestionOrderReturnVisitReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderReturnVisitReply) Reset() { *m = SuggestionOrderReturnVisitReply{} } func (m *SuggestionOrderReturnVisitReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderReturnVisitReply) ProtoMessage() {} func (*SuggestionOrderReturnVisitReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{7} } func (m *SuggestionOrderReturnVisitReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderReturnVisitReply.Unmarshal(m, b) } func (m *SuggestionOrderReturnVisitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderReturnVisitReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderReturnVisitReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderReturnVisitReply.Merge(m, src) } func (m *SuggestionOrderReturnVisitReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderReturnVisitReply.Size(m) } func (m *SuggestionOrderReturnVisitReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderReturnVisitReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderReturnVisitReply proto.InternalMessageInfo type SuggestionOrderPipelineData struct { // 处理人 User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"` // 处理意见 Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"` // 处理时间 HandleTime string `protobuf:"bytes,3,opt,name=handle_time,json=handleTime,proto3" json:"handle_time"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status"` Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderPipelineData) Reset() { *m = SuggestionOrderPipelineData{} } func (m *SuggestionOrderPipelineData) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderPipelineData) ProtoMessage() {} func (*SuggestionOrderPipelineData) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{8} } func (m *SuggestionOrderPipelineData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderPipelineData.Unmarshal(m, b) } func (m *SuggestionOrderPipelineData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderPipelineData.Marshal(b, m, deterministic) } func (m *SuggestionOrderPipelineData) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderPipelineData.Merge(m, src) } func (m *SuggestionOrderPipelineData) XXX_Size() int { return xxx_messageInfo_SuggestionOrderPipelineData.Size(m) } func (m *SuggestionOrderPipelineData) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderPipelineData.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderPipelineData proto.InternalMessageInfo func (m *SuggestionOrderPipelineData) GetUser() string { if m != nil { return m.User } return "" } func (m *SuggestionOrderPipelineData) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *SuggestionOrderPipelineData) GetHandleTime() string { if m != nil { return m.HandleTime } return "" } func (m *SuggestionOrderPipelineData) GetStatus() string { if m != nil { return m.Status } return "" } func (m *SuggestionOrderPipelineData) GetPhone() string { if m != nil { return m.Phone } return "" } type SuggestionOrderItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 投诉类型 1 投诉 2 建议 SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"` // 投诉人 ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"` // 投诉人电话 ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"` // 当前状态处理人 CurrentUser string `protobuf:"bytes,5,opt,name=current_user,json=currentUser,proto3" json:"current_user"` // 投诉内容 ApplyContent string `protobuf:"bytes,6,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"` // 投诉图片 ApplyPic []string `protobuf:"bytes,7,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"` // 回访内容 ReturnVisitContent string `protobuf:"bytes,8,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"` // 回访满意度 ReturnVisitLevel int32 `protobuf:"varint,9,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"` // 投诉时间 CreatedAt string `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at"` Status int32 `protobuf:"varint,11,opt,name=status,proto3" json:"status"` // 上级处理人 LastUser string `protobuf:"bytes,12,opt,name=last_user,json=lastUser,proto3" json:"last_user"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderItem) Reset() { *m = SuggestionOrderItem{} } func (m *SuggestionOrderItem) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderItem) ProtoMessage() {} func (*SuggestionOrderItem) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{9} } func (m *SuggestionOrderItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderItem.Unmarshal(m, b) } func (m *SuggestionOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderItem.Marshal(b, m, deterministic) } func (m *SuggestionOrderItem) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderItem.Merge(m, src) } func (m *SuggestionOrderItem) XXX_Size() int { return xxx_messageInfo_SuggestionOrderItem.Size(m) } func (m *SuggestionOrderItem) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderItem.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderItem proto.InternalMessageInfo func (m *SuggestionOrderItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *SuggestionOrderItem) GetSuggestionType() int32 { if m != nil { return m.SuggestionType } return 0 } func (m *SuggestionOrderItem) GetApplyPeople() string { if m != nil { return m.ApplyPeople } return "" } func (m *SuggestionOrderItem) GetApplyPeoplePhone() string { if m != nil { return m.ApplyPeoplePhone } return "" } func (m *SuggestionOrderItem) GetCurrentUser() string { if m != nil { return m.CurrentUser } return "" } func (m *SuggestionOrderItem) GetApplyContent() string { if m != nil { return m.ApplyContent } return "" } func (m *SuggestionOrderItem) GetApplyPic() []string { if m != nil { return m.ApplyPic } return nil } func (m *SuggestionOrderItem) GetReturnVisitContent() string { if m != nil { return m.ReturnVisitContent } return "" } func (m *SuggestionOrderItem) GetReturnVisitLevel() int32 { if m != nil { return m.ReturnVisitLevel } return 0 } func (m *SuggestionOrderItem) GetCreatedAt() string { if m != nil { return m.CreatedAt } return "" } func (m *SuggestionOrderItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *SuggestionOrderItem) GetLastUser() string { if m != nil { return m.LastUser } return "" } type SuggestionOrderInfoRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderInfoRequest) Reset() { *m = SuggestionOrderInfoRequest{} } func (m *SuggestionOrderInfoRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderInfoRequest) ProtoMessage() {} func (*SuggestionOrderInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{10} } func (m *SuggestionOrderInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderInfoRequest.Unmarshal(m, b) } func (m *SuggestionOrderInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderInfoRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderInfoRequest.Merge(m, src) } func (m *SuggestionOrderInfoRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderInfoRequest.Size(m) } func (m *SuggestionOrderInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderInfoRequest proto.InternalMessageInfo func (m *SuggestionOrderInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type SuggestionOrderInfoReply struct { // 基本信息 BaseInfo *SuggestionOrderItem `protobuf:"bytes,1,opt,name=base_info,json=baseInfo,proto3" json:"base_info"` // 工单流水线 List []*SuggestionOrderPipelineData `protobuf:"bytes,2,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderInfoReply) Reset() { *m = SuggestionOrderInfoReply{} } func (m *SuggestionOrderInfoReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderInfoReply) ProtoMessage() {} func (*SuggestionOrderInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{11} } func (m *SuggestionOrderInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderInfoReply.Unmarshal(m, b) } func (m *SuggestionOrderInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderInfoReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderInfoReply.Merge(m, src) } func (m *SuggestionOrderInfoReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderInfoReply.Size(m) } func (m *SuggestionOrderInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderInfoReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderInfoReply proto.InternalMessageInfo func (m *SuggestionOrderInfoReply) GetBaseInfo() *SuggestionOrderItem { if m != nil { return m.BaseInfo } return nil } func (m *SuggestionOrderInfoReply) GetList() []*SuggestionOrderPipelineData { if m != nil { return m.List } return nil } type SuggestionOrderListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` ApplyPeople string `protobuf:"bytes,4,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"` ApplyPeoplePhone string `protobuf:"bytes,5,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"` CurrentUid int64 `protobuf:"varint,6,opt,name=current_uid,json=currentUid,proto3" json:"current_uid"` GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` SuggestionType int32 `protobuf:"varint,8,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"` HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderListRequest) Reset() { *m = SuggestionOrderListRequest{} } func (m *SuggestionOrderListRequest) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderListRequest) ProtoMessage() {} func (*SuggestionOrderListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{12} } func (m *SuggestionOrderListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderListRequest.Unmarshal(m, b) } func (m *SuggestionOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderListRequest.Marshal(b, m, deterministic) } func (m *SuggestionOrderListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderListRequest.Merge(m, src) } func (m *SuggestionOrderListRequest) XXX_Size() int { return xxx_messageInfo_SuggestionOrderListRequest.Size(m) } func (m *SuggestionOrderListRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderListRequest.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderListRequest proto.InternalMessageInfo func (m *SuggestionOrderListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *SuggestionOrderListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *SuggestionOrderListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *SuggestionOrderListRequest) GetApplyPeople() string { if m != nil { return m.ApplyPeople } return "" } func (m *SuggestionOrderListRequest) GetApplyPeoplePhone() string { if m != nil { return m.ApplyPeoplePhone } return "" } func (m *SuggestionOrderListRequest) GetCurrentUid() int64 { if m != nil { return m.CurrentUid } return 0 } func (m *SuggestionOrderListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SuggestionOrderListRequest) GetSuggestionType() int32 { if m != nil { return m.SuggestionType } return 0 } func (m *SuggestionOrderListRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } type SuggestionOrderListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*SuggestionOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuggestionOrderListReply) Reset() { *m = SuggestionOrderListReply{} } func (m *SuggestionOrderListReply) String() string { return proto.CompactTextString(m) } func (*SuggestionOrderListReply) ProtoMessage() {} func (*SuggestionOrderListReply) Descriptor() ([]byte, []int) { return fileDescriptor_ef76f964fb1cde52, []int{13} } func (m *SuggestionOrderListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuggestionOrderListReply.Unmarshal(m, b) } func (m *SuggestionOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuggestionOrderListReply.Marshal(b, m, deterministic) } func (m *SuggestionOrderListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuggestionOrderListReply.Merge(m, src) } func (m *SuggestionOrderListReply) XXX_Size() int { return xxx_messageInfo_SuggestionOrderListReply.Size(m) } func (m *SuggestionOrderListReply) XXX_DiscardUnknown() { xxx_messageInfo_SuggestionOrderListReply.DiscardUnknown(m) } var xxx_messageInfo_SuggestionOrderListReply proto.InternalMessageInfo func (m *SuggestionOrderListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *SuggestionOrderListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *SuggestionOrderListReply) GetList() []*SuggestionOrderItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*SuggestionOrderAddRequest)(nil), "pb_v1.SuggestionOrderAddRequest") proto.RegisterType((*SuggestionOrderAddReply)(nil), "pb_v1.SuggestionOrderAddReply") proto.RegisterType((*SuggestionOrderUpdateRequest)(nil), "pb_v1.SuggestionOrderUpdateRequest") proto.RegisterType((*SuggestionOrderUpdateReply)(nil), "pb_v1.SuggestionOrderUpdateReply") proto.RegisterType((*SuggestionOrderDelRequest)(nil), "pb_v1.SuggestionOrderDelRequest") proto.RegisterType((*SuggestionOrderDelReply)(nil), "pb_v1.SuggestionOrderDelReply") proto.RegisterType((*SuggestionOrderReturnVisitRequest)(nil), "pb_v1.SuggestionOrderReturnVisitRequest") proto.RegisterType((*SuggestionOrderReturnVisitReply)(nil), "pb_v1.SuggestionOrderReturnVisitReply") proto.RegisterType((*SuggestionOrderPipelineData)(nil), "pb_v1.SuggestionOrderPipelineData") proto.RegisterType((*SuggestionOrderItem)(nil), "pb_v1.SuggestionOrderItem") proto.RegisterType((*SuggestionOrderInfoRequest)(nil), "pb_v1.SuggestionOrderInfoRequest") proto.RegisterType((*SuggestionOrderInfoReply)(nil), "pb_v1.SuggestionOrderInfoReply") proto.RegisterType((*SuggestionOrderListRequest)(nil), "pb_v1.SuggestionOrderListRequest") proto.RegisterType((*SuggestionOrderListReply)(nil), "pb_v1.SuggestionOrderListReply") } func init() { proto.RegisterFile("suggestion.proto", fileDescriptor_ef76f964fb1cde52) } var fileDescriptor_ef76f964fb1cde52 = []byte{ // 827 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xc1, 0x6e, 0xdb, 0x46, 0x10, 0x05, 0x49, 0x51, 0x26, 0x87, 0x6e, 0x6a, 0x6c, 0x8d, 0x96, 0xb1, 0x1b, 0x58, 0x66, 0x0e, 0x55, 0x81, 0x44, 0x69, 0x52, 0xa0, 0x3d, 0xf4, 0x94, 0x26, 0x17, 0x01, 0x01, 0x6a, 0x30, 0x51, 0x80, 0xf6, 0x42, 0xac, 0xb4, 0x63, 0x69, 0x51, 0x8a, 0xdc, 0x92, 0x4b, 0x15, 0xcc, 0x2f, 0xf4, 0x17, 0xfa, 0x09, 0xfd, 0x80, 0x9e, 0xfb, 0x0b, 0x45, 0xff, 0xa7, 0xd8, 0x5d, 0x4a, 0x96, 0x45, 0xca, 0x31, 0xe2, 0x43, 0x7b, 0x32, 0xf7, 0x79, 0x76, 0x76, 0xde, 0x9b, 0x37, 0xbb, 0x82, 0xa3, 0xb2, 0x9a, 0xcf, 0xb1, 0x94, 0x3c, 0xcf, 0x46, 0xa2, 0xc8, 0x65, 0x4e, 0x5c, 0x31, 0x4d, 0x56, 0x4f, 0xa3, 0xbf, 0x6d, 0xb8, 0xff, 0x7a, 0xf3, 0xbf, 0x1f, 0x0a, 0x86, 0xc5, 0x73, 0xc6, 0x62, 0xfc, 0xa5, 0xc2, 0x52, 0x92, 0x53, 0xf0, 0xe7, 0xb4, 0x60, 0x98, 0x25, 0x9c, 0x85, 0xd6, 0xc0, 0x1a, 0x3a, 0xb1, 0x67, 0x80, 0x31, 0x23, 0x5f, 0xc0, 0xc7, 0x57, 0x59, 0x13, 0x59, 0x0b, 0x0c, 0xed, 0x81, 0x35, 0x74, 0xe3, 0x7b, 0x57, 0xf0, 0x9b, 0x5a, 0x20, 0x39, 0x87, 0x43, 0x2a, 0x44, 0x5a, 0x27, 0x02, 0x73, 0x91, 0x62, 0xe8, 0x0c, 0xac, 0xa1, 0x1f, 0x07, 0x1a, 0xbb, 0xd0, 0x10, 0x79, 0x04, 0x64, 0x3b, 0x24, 0x11, 0x8b, 0x3c, 0xc3, 0xb0, 0xa7, 0x03, 0x8f, 0xb6, 0x02, 0x2f, 0x14, 0x4e, 0xee, 0x83, 0x97, 0xd2, 0x52, 0x26, 0x15, 0x67, 0xa1, 0xab, 0xab, 0x3a, 0x50, 0xeb, 0x09, 0x67, 0xe4, 0x21, 0x7c, 0x64, 0x12, 0xcd, 0xf2, 0x4c, 0x62, 0x26, 0xc3, 0xbe, 0xce, 0x61, 0x0a, 0x78, 0x61, 0x30, 0x45, 0xab, 0x39, 0x8d, 0xcf, 0xc2, 0x83, 0x81, 0x33, 0xf4, 0x63, 0xcf, 0x1c, 0xc2, 0x67, 0xe4, 0x01, 0xc0, 0x54, 0x6d, 0x5f, 0x0a, 0x9a, 0xd5, 0xa1, 0x37, 0xb0, 0x86, 0x5e, 0xec, 0x4f, 0xeb, 0x17, 0x06, 0x50, 0x07, 0x2c, 0xf2, 0xaa, 0xc4, 0x45, 0x9e, 0x32, 0x5d, 0x80, 0xaf, 0x0b, 0x38, 0xdc, 0x80, 0x13, 0xce, 0xa2, 0x2f, 0xe1, 0xb3, 0x2e, 0x51, 0x45, 0x5a, 0x93, 0x7b, 0x60, 0x6f, 0xb4, 0xb4, 0x39, 0x8b, 0xfe, 0xb0, 0xe1, 0xf3, 0x9d, 0xd8, 0x89, 0x60, 0x54, 0xe2, 0xff, 0xbc, 0x07, 0x2d, 0xa1, 0xdd, 0xf7, 0x09, 0xdd, 0xdf, 0x11, 0xda, 0x28, 0x71, 0xb0, 0x56, 0xa2, 0xad, 0xac, 0xd7, 0xa1, 0xec, 0x8f, 0x70, 0xb2, 0x47, 0x2d, 0x25, 0xee, 0x77, 0xd0, 0xcf, 0x0b, 0x3e, 0xe7, 0x99, 0x16, 0x2a, 0x78, 0xf6, 0x70, 0xa4, 0x5d, 0x3e, 0xba, 0x49, 0xe0, 0xb8, 0xd9, 0x12, 0x2d, 0x5b, 0x93, 0xf0, 0x12, 0xd3, 0x5b, 0x75, 0xc1, 0x30, 0xb1, 0xf7, 0x33, 0x09, 0x3a, 0x98, 0xbc, 0x6d, 0x79, 0x44, 0x1f, 0x77, 0x67, 0x1a, 0xff, 0x58, 0x70, 0xbe, 0x13, 0x18, 0xa3, 0xac, 0x8a, 0xec, 0x2d, 0x2f, 0xb9, 0xfc, 0x20, 0x3e, 0x8f, 0x80, 0x14, 0x3a, 0x45, 0xb2, 0x52, 0x39, 0x92, 0x14, 0x57, 0x98, 0x6a, 0x0b, 0xb9, 0xf1, 0x51, 0x71, 0x95, 0xfc, 0x95, 0xc2, 0xc9, 0x57, 0x70, 0x7c, 0x2d, 0x7a, 0x6d, 0x10, 0xe3, 0x24, 0xb2, 0x15, 0xbf, 0xb6, 0x49, 0x4b, 0x2f, 0xb7, 0x43, 0xaf, 0x73, 0x38, 0xbb, 0x89, 0x96, 0x48, 0xeb, 0xe8, 0x77, 0x0b, 0x4e, 0x77, 0x62, 0x2e, 0xb8, 0xc0, 0x94, 0x67, 0xf8, 0x92, 0x4a, 0x4a, 0x08, 0xf4, 0xaa, 0x12, 0x0b, 0xcd, 0xd7, 0x8f, 0xf5, 0x37, 0x39, 0x01, 0xef, 0x12, 0x91, 0x4d, 0xe9, 0xec, 0x67, 0xcd, 0xd8, 0x8f, 0x37, 0x6b, 0x72, 0x06, 0xc1, 0x82, 0x66, 0x2c, 0xc5, 0x44, 0xf2, 0xe5, 0x7a, 0x66, 0xc0, 0x40, 0x6f, 0xf8, 0x12, 0xc9, 0xa7, 0xd0, 0x2f, 0x25, 0x95, 0x55, 0xd9, 0x90, 0x6b, 0x56, 0xe4, 0x18, 0x5c, 0x33, 0x3d, 0x66, 0x28, 0xcc, 0x22, 0xfa, 0xd3, 0x81, 0x4f, 0x76, 0xca, 0x1b, 0x4b, 0x5c, 0xee, 0x5e, 0x09, 0xff, 0xe1, 0x50, 0x9f, 0xc3, 0xe1, 0xac, 0x2a, 0x0a, 0xcc, 0x64, 0xa2, 0x85, 0x32, 0xe5, 0x07, 0x0d, 0x36, 0x51, 0x7a, 0xdd, 0xfd, 0x82, 0xdd, 0xe7, 0x0f, 0x6f, 0xaf, 0x3f, 0xba, 0xfd, 0xe7, 0xef, 0xf1, 0xdf, 0x03, 0x80, 0x59, 0x81, 0x54, 0x22, 0x4b, 0xa8, 0x0c, 0x41, 0x67, 0xf5, 0x1b, 0xe4, 0xb9, 0xdc, 0xea, 0x59, 0xa0, 0x13, 0xac, 0x7b, 0x76, 0x0a, 0xbe, 0x79, 0x54, 0x14, 0xf1, 0x43, 0xe3, 0x04, 0xfd, 0xaa, 0x94, 0x58, 0x44, 0xe3, 0xd6, 0xb5, 0x33, 0xce, 0x2e, 0xf3, 0x0f, 0x19, 0xa6, 0xe8, 0x37, 0x0b, 0xc2, 0xce, 0x5c, 0x6a, 0xf2, 0xbf, 0x05, 0x7f, 0x4a, 0x4b, 0x4c, 0x78, 0x76, 0x99, 0x37, 0xc3, 0x7f, 0xd2, 0x3d, 0xfc, 0xca, 0x39, 0xb1, 0xa7, 0x82, 0xd5, 0x6e, 0xf2, 0x0d, 0xf4, 0x52, 0x5e, 0xca, 0xd0, 0x1e, 0x38, 0xc3, 0xe0, 0x59, 0xd4, 0xbd, 0x67, 0x7b, 0x18, 0x62, 0x1d, 0x1f, 0xfd, 0x65, 0xb7, 0x98, 0xbd, 0xe2, 0xe5, 0xe6, 0x9a, 0x20, 0xd0, 0x13, 0x74, 0x8e, 0x0d, 0x29, 0xfd, 0xad, 0xd8, 0xaa, 0xbf, 0x49, 0xc9, 0xdf, 0x61, 0xc3, 0xcb, 0x53, 0xc0, 0x6b, 0xfe, 0x6e, 0x7b, 0x22, 0x9c, 0x6b, 0xea, 0xee, 0x5a, 0xb5, 0x77, 0x5b, 0xab, 0xba, 0x7b, 0xac, 0x7a, 0x06, 0xc1, 0xc6, 0xaa, 0x9c, 0x69, 0x17, 0x3a, 0x31, 0xac, 0x9d, 0xca, 0xd9, 0xf5, 0xa6, 0x1c, 0xbc, 0xff, 0xdd, 0xf4, 0x3a, 0x47, 0xec, 0x56, 0xcf, 0xbd, 0x6c, 0x75, 0xd4, 0x68, 0xa8, 0x3a, 0xda, 0xa5, 0xe0, 0x31, 0xb8, 0x32, 0x97, 0x34, 0x6d, 0xd4, 0x33, 0x0b, 0x32, 0x6a, 0x5a, 0xe8, 0xe8, 0x16, 0xde, 0xd4, 0x76, 0x1d, 0xf7, 0x7d, 0xf4, 0xd3, 0x40, 0x14, 0xb9, 0xc0, 0x42, 0xd6, 0x8f, 0x37, 0xe5, 0x3c, 0x9e, 0x53, 0x89, 0xbf, 0xd2, 0xfa, 0x89, 0x98, 0x3e, 0x59, 0x3d, 0x9d, 0xf6, 0xf5, 0x8f, 0xbd, 0xaf, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xad, 0x09, 0x5e, 0x63, 0x00, 0x0a, 0x00, 0x00, }