// Code generated by protoc-gen-go. DO NOT EDIT. // source: household.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 HouseholdApplyRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` // 1业主 2家人 3租客 UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` HouseId int64 `protobuf:"varint,5,opt,name=house_id,json=houseId,proto3" json:"house_id"` // 1 身份证 2 护照 IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"` // 证件号 IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"` Appendix []string `protobuf:"bytes,8,rep,name=appendix,proto3" json:"appendix"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdApplyRequest) Reset() { *m = HouseholdApplyRequest{} } func (m *HouseholdApplyRequest) String() string { return proto.CompactTextString(m) } func (*HouseholdApplyRequest) ProtoMessage() {} func (*HouseholdApplyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{0} } func (m *HouseholdApplyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdApplyRequest.Unmarshal(m, b) } func (m *HouseholdApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdApplyRequest.Marshal(b, m, deterministic) } func (m *HouseholdApplyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdApplyRequest.Merge(m, src) } func (m *HouseholdApplyRequest) XXX_Size() int { return xxx_messageInfo_HouseholdApplyRequest.Size(m) } func (m *HouseholdApplyRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdApplyRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseholdApplyRequest proto.InternalMessageInfo func (m *HouseholdApplyRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseholdApplyRequest) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *HouseholdApplyRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseholdApplyRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseholdApplyRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseholdApplyRequest) GetIdType() int32 { if m != nil { return m.IdType } return 0 } func (m *HouseholdApplyRequest) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *HouseholdApplyRequest) GetAppendix() []string { if m != nil { return m.Appendix } return nil } type HouseholdApplyReply 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 *HouseholdApplyReply) Reset() { *m = HouseholdApplyReply{} } func (m *HouseholdApplyReply) String() string { return proto.CompactTextString(m) } func (*HouseholdApplyReply) ProtoMessage() {} func (*HouseholdApplyReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{1} } func (m *HouseholdApplyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdApplyReply.Unmarshal(m, b) } func (m *HouseholdApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdApplyReply.Marshal(b, m, deterministic) } func (m *HouseholdApplyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdApplyReply.Merge(m, src) } func (m *HouseholdApplyReply) XXX_Size() int { return xxx_messageInfo_HouseholdApplyReply.Size(m) } func (m *HouseholdApplyReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdApplyReply.DiscardUnknown(m) } var xxx_messageInfo_HouseholdApplyReply proto.InternalMessageInfo func (m *HouseholdApplyReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseholdApproveRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,3,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdApproveRequest) Reset() { *m = HouseholdApproveRequest{} } func (m *HouseholdApproveRequest) String() string { return proto.CompactTextString(m) } func (*HouseholdApproveRequest) ProtoMessage() {} func (*HouseholdApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{2} } func (m *HouseholdApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdApproveRequest.Unmarshal(m, b) } func (m *HouseholdApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdApproveRequest.Marshal(b, m, deterministic) } func (m *HouseholdApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdApproveRequest.Merge(m, src) } func (m *HouseholdApproveRequest) XXX_Size() int { return xxx_messageInfo_HouseholdApproveRequest.Size(m) } func (m *HouseholdApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseholdApproveRequest proto.InternalMessageInfo func (m *HouseholdApproveRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseholdApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *HouseholdApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type HouseholdApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdApproveReply) Reset() { *m = HouseholdApproveReply{} } func (m *HouseholdApproveReply) String() string { return proto.CompactTextString(m) } func (*HouseholdApproveReply) ProtoMessage() {} func (*HouseholdApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{3} } func (m *HouseholdApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdApproveReply.Unmarshal(m, b) } func (m *HouseholdApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdApproveReply.Marshal(b, m, deterministic) } func (m *HouseholdApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdApproveReply.Merge(m, src) } func (m *HouseholdApproveReply) XXX_Size() int { return xxx_messageInfo_HouseholdApproveReply.Size(m) } func (m *HouseholdApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdApproveReply.DiscardUnknown(m) } var xxx_messageInfo_HouseholdApproveReply proto.InternalMessageInfo type HouseholdListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` ApproveStatus int32 `protobuf:"varint,5,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` UserType int32 `protobuf:"varint,6,opt,name=user_type,json=userType,proto3" json:"user_type"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdListRequest) Reset() { *m = HouseholdListRequest{} } func (m *HouseholdListRequest) String() string { return proto.CompactTextString(m) } func (*HouseholdListRequest) ProtoMessage() {} func (*HouseholdListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{4} } func (m *HouseholdListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdListRequest.Unmarshal(m, b) } func (m *HouseholdListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdListRequest.Marshal(b, m, deterministic) } func (m *HouseholdListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdListRequest.Merge(m, src) } func (m *HouseholdListRequest) XXX_Size() int { return xxx_messageInfo_HouseholdListRequest.Size(m) } func (m *HouseholdListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseholdListRequest proto.InternalMessageInfo func (m *HouseholdListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseholdListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseholdListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseholdListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *HouseholdListRequest) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } func (m *HouseholdListRequest) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *HouseholdListRequest) GetName() string { if m != nil { return m.Name } return "" } type HouseholdItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 1业主 2家人 3租客 UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` Appendix []string `protobuf:"bytes,5,rep,name=appendix,proto3" json:"appendix"` // 1 身份证 2 护照 IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"` // 证件号 IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"` // 房号 HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"` ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` HouseId int64 `protobuf:"varint,11,opt,name=house_id,json=houseId,proto3" json:"house_id"` GardenId int64 `protobuf:"varint,12,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Uid int64 `protobuf:"varint,13,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdItem) Reset() { *m = HouseholdItem{} } func (m *HouseholdItem) String() string { return proto.CompactTextString(m) } func (*HouseholdItem) ProtoMessage() {} func (*HouseholdItem) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{5} } func (m *HouseholdItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdItem.Unmarshal(m, b) } func (m *HouseholdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdItem.Marshal(b, m, deterministic) } func (m *HouseholdItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdItem.Merge(m, src) } func (m *HouseholdItem) XXX_Size() int { return xxx_messageInfo_HouseholdItem.Size(m) } func (m *HouseholdItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdItem.DiscardUnknown(m) } var xxx_messageInfo_HouseholdItem proto.InternalMessageInfo func (m *HouseholdItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseholdItem) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *HouseholdItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseholdItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseholdItem) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *HouseholdItem) GetIdType() int32 { if m != nil { return m.IdType } return 0 } func (m *HouseholdItem) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *HouseholdItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseholdItem) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } func (m *HouseholdItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *HouseholdItem) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseholdItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseholdItem) GetUid() int64 { if m != nil { return m.Uid } return 0 } type HouseholdListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseholdItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdListReply) Reset() { *m = HouseholdListReply{} } func (m *HouseholdListReply) String() string { return proto.CompactTextString(m) } func (*HouseholdListReply) ProtoMessage() {} func (*HouseholdListReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{6} } func (m *HouseholdListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdListReply.Unmarshal(m, b) } func (m *HouseholdListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdListReply.Marshal(b, m, deterministic) } func (m *HouseholdListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdListReply.Merge(m, src) } func (m *HouseholdListReply) XXX_Size() int { return xxx_messageInfo_HouseholdListReply.Size(m) } func (m *HouseholdListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseholdListReply proto.InternalMessageInfo func (m *HouseholdListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseholdListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *HouseholdListReply) GetList() []*HouseholdItem { if m != nil { return m.List } return nil } type HouseholdUserListRequest 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"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` UserType int32 `protobuf:"varint,6,opt,name=user_type,json=userType,proto3" json:"user_type"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdUserListRequest) Reset() { *m = HouseholdUserListRequest{} } func (m *HouseholdUserListRequest) String() string { return proto.CompactTextString(m) } func (*HouseholdUserListRequest) ProtoMessage() {} func (*HouseholdUserListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{7} } func (m *HouseholdUserListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdUserListRequest.Unmarshal(m, b) } func (m *HouseholdUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdUserListRequest.Marshal(b, m, deterministic) } func (m *HouseholdUserListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdUserListRequest.Merge(m, src) } func (m *HouseholdUserListRequest) XXX_Size() int { return xxx_messageInfo_HouseholdUserListRequest.Size(m) } func (m *HouseholdUserListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdUserListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseholdUserListRequest proto.InternalMessageInfo func (m *HouseholdUserListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseholdUserListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *HouseholdUserListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseholdUserListRequest) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *HouseholdUserListRequest) GetName() string { if m != nil { return m.Name } return "" } type HouseholdUserItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 1业主 2家人 3租客 UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` // 1 身份证 2 护照 IdType int32 `protobuf:"varint,5,opt,name=id_type,json=idType,proto3" json:"id_type"` // 证件号 IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"` GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdUserItem) Reset() { *m = HouseholdUserItem{} } func (m *HouseholdUserItem) String() string { return proto.CompactTextString(m) } func (*HouseholdUserItem) ProtoMessage() {} func (*HouseholdUserItem) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{8} } func (m *HouseholdUserItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdUserItem.Unmarshal(m, b) } func (m *HouseholdUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdUserItem.Marshal(b, m, deterministic) } func (m *HouseholdUserItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdUserItem.Merge(m, src) } func (m *HouseholdUserItem) XXX_Size() int { return xxx_messageInfo_HouseholdUserItem.Size(m) } func (m *HouseholdUserItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdUserItem.DiscardUnknown(m) } var xxx_messageInfo_HouseholdUserItem proto.InternalMessageInfo func (m *HouseholdUserItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseholdUserItem) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *HouseholdUserItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseholdUserItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseholdUserItem) GetIdType() int32 { if m != nil { return m.IdType } return 0 } func (m *HouseholdUserItem) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *HouseholdUserItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } type HouseholdUserListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseholdUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseholdUserListReply) Reset() { *m = HouseholdUserListReply{} } func (m *HouseholdUserListReply) String() string { return proto.CompactTextString(m) } func (*HouseholdUserListReply) ProtoMessage() {} func (*HouseholdUserListReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{9} } func (m *HouseholdUserListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseholdUserListReply.Unmarshal(m, b) } func (m *HouseholdUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseholdUserListReply.Marshal(b, m, deterministic) } func (m *HouseholdUserListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseholdUserListReply.Merge(m, src) } func (m *HouseholdUserListReply) XXX_Size() int { return xxx_messageInfo_HouseholdUserListReply.Size(m) } func (m *HouseholdUserListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseholdUserListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseholdUserListReply proto.InternalMessageInfo func (m *HouseholdUserListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseholdUserListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *HouseholdUserListReply) GetList() []*HouseholdUserItem { if m != nil { return m.List } return nil } type HouseRentBaseConf struct { // 床 Bed bool `protobuf:"varint,1,opt,name=bed,proto3" json:"bed"` // 天然气 Gas bool `protobuf:"varint,2,opt,name=gas,proto3" json:"gas"` // 暖气 WarmGas bool `protobuf:"varint,3,opt,name=warm_gas,json=warmGas,proto3" json:"warm_gas"` // 宽带 Broadband bool `protobuf:"varint,4,opt,name=broadband,proto3" json:"broadband"` // 冰箱 Refragerator bool `protobuf:"varint,5,opt,name=refragerator,proto3" json:"refragerator"` // 衣柜 Wardobe bool `protobuf:"varint,6,opt,name=wardobe,proto3" json:"wardobe"` // 沙发 Sofa bool `protobuf:"varint,7,opt,name=sofa,proto3" json:"sofa"` // 空调 Aircondition bool `protobuf:"varint,8,opt,name=aircondition,proto3" json:"aircondition"` // 电视机 Tv bool `protobuf:"varint,9,opt,name=tv,proto3" json:"tv"` // 热水器 Heater bool `protobuf:"varint,10,opt,name=heater,proto3" json:"heater"` // 洗衣机 Warshing bool `protobuf:"varint,11,opt,name=warshing,proto3" json:"warshing"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentBaseConf) Reset() { *m = HouseRentBaseConf{} } func (m *HouseRentBaseConf) String() string { return proto.CompactTextString(m) } func (*HouseRentBaseConf) ProtoMessage() {} func (*HouseRentBaseConf) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{10} } func (m *HouseRentBaseConf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentBaseConf.Unmarshal(m, b) } func (m *HouseRentBaseConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentBaseConf.Marshal(b, m, deterministic) } func (m *HouseRentBaseConf) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentBaseConf.Merge(m, src) } func (m *HouseRentBaseConf) XXX_Size() int { return xxx_messageInfo_HouseRentBaseConf.Size(m) } func (m *HouseRentBaseConf) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentBaseConf.DiscardUnknown(m) } var xxx_messageInfo_HouseRentBaseConf proto.InternalMessageInfo func (m *HouseRentBaseConf) GetBed() bool { if m != nil { return m.Bed } return false } func (m *HouseRentBaseConf) GetGas() bool { if m != nil { return m.Gas } return false } func (m *HouseRentBaseConf) GetWarmGas() bool { if m != nil { return m.WarmGas } return false } func (m *HouseRentBaseConf) GetBroadband() bool { if m != nil { return m.Broadband } return false } func (m *HouseRentBaseConf) GetRefragerator() bool { if m != nil { return m.Refragerator } return false } func (m *HouseRentBaseConf) GetWardobe() bool { if m != nil { return m.Wardobe } return false } func (m *HouseRentBaseConf) GetSofa() bool { if m != nil { return m.Sofa } return false } func (m *HouseRentBaseConf) GetAircondition() bool { if m != nil { return m.Aircondition } return false } func (m *HouseRentBaseConf) GetTv() bool { if m != nil { return m.Tv } return false } func (m *HouseRentBaseConf) GetHeater() bool { if m != nil { return m.Heater } return false } func (m *HouseRentBaseConf) GetWarshing() bool { if m != nil { return m.Warshing } return false } type HouseRentSpecialConf struct { // 智能门锁 IntelligentLock bool `protobuf:"varint,1,opt,name=intelligent_lock,json=intelligentLock,proto3" json:"intelligent_lock"` // wifi Wifi bool `protobuf:"varint,2,opt,name=wifi,proto3" json:"wifi"` // 近地铁 Metro bool `protobuf:"varint,3,opt,name=metro,proto3" json:"metro"` // 停车位 ParkSpace bool `protobuf:"varint,4,opt,name=park_space,json=parkSpace,proto3" json:"park_space"` // 独卫 IndependentWc bool `protobuf:"varint,5,opt,name=independent_wc,json=independentWc,proto3" json:"independent_wc"` // 私人阳台 PrivateBalcony bool `protobuf:"varint,6,opt,name=private_balcony,json=privateBalcony,proto3" json:"private_balcony"` // 首次出租 FirstRent bool `protobuf:"varint,7,opt,name=first_rent,json=firstRent,proto3" json:"first_rent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentSpecialConf) Reset() { *m = HouseRentSpecialConf{} } func (m *HouseRentSpecialConf) String() string { return proto.CompactTextString(m) } func (*HouseRentSpecialConf) ProtoMessage() {} func (*HouseRentSpecialConf) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{11} } func (m *HouseRentSpecialConf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentSpecialConf.Unmarshal(m, b) } func (m *HouseRentSpecialConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentSpecialConf.Marshal(b, m, deterministic) } func (m *HouseRentSpecialConf) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentSpecialConf.Merge(m, src) } func (m *HouseRentSpecialConf) XXX_Size() int { return xxx_messageInfo_HouseRentSpecialConf.Size(m) } func (m *HouseRentSpecialConf) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentSpecialConf.DiscardUnknown(m) } var xxx_messageInfo_HouseRentSpecialConf proto.InternalMessageInfo func (m *HouseRentSpecialConf) GetIntelligentLock() bool { if m != nil { return m.IntelligentLock } return false } func (m *HouseRentSpecialConf) GetWifi() bool { if m != nil { return m.Wifi } return false } func (m *HouseRentSpecialConf) GetMetro() bool { if m != nil { return m.Metro } return false } func (m *HouseRentSpecialConf) GetParkSpace() bool { if m != nil { return m.ParkSpace } return false } func (m *HouseRentSpecialConf) GetIndependentWc() bool { if m != nil { return m.IndependentWc } return false } func (m *HouseRentSpecialConf) GetPrivateBalcony() bool { if m != nil { return m.PrivateBalcony } return false } func (m *HouseRentSpecialConf) GetFirstRent() bool { if m != nil { return m.FirstRent } return false } type HouseRentApplyRequest struct { // 房屋号 HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"` // 楼层 Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"` // 房屋建筑面积 HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 朝向 Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"` // 几室 RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"` // 几厅 HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` // 几卫 WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` // 1 精装 2 简装 3 清水 Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"` // 联系人 Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"` // 联系人电话 ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"` // 1 月付 2 季付 3 半年付 4 年付 PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"` // 1 整租 2 合租 3 转租 RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"` // 1 全部 2 主卧 3 次卧 RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"` // 房间面积 RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"` // 月租 RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"` // 押金 Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"` // 可入住时间 InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"` // 服务费 ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"` // 中介费 IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"` // 基础设施 BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` // 特色配置 SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` // 简介 Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"` // 房屋图片 HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"` // 房屋证件图片 CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"` // 业主uid HouseholdUid int64 `protobuf:"varint,25,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` // 是否有电梯 HasLift bool `protobuf:"varint,26,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` // 是否直接通过审核 Approve bool `protobuf:"varint,27,opt,name=approve,proto3" json:"approve"` // 小区id GardenId int64 `protobuf:"varint,28,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 纬度 Lat float64 `protobuf:"fixed64,29,opt,name=lat,proto3" json:"lat"` // 经度 Lnt float64 `protobuf:"fixed64,30,opt,name=lnt,proto3" json:"lnt"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentApplyRequest) Reset() { *m = HouseRentApplyRequest{} } func (m *HouseRentApplyRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentApplyRequest) ProtoMessage() {} func (*HouseRentApplyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{12} } func (m *HouseRentApplyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentApplyRequest.Unmarshal(m, b) } func (m *HouseRentApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentApplyRequest.Marshal(b, m, deterministic) } func (m *HouseRentApplyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentApplyRequest.Merge(m, src) } func (m *HouseRentApplyRequest) XXX_Size() int { return xxx_messageInfo_HouseRentApplyRequest.Size(m) } func (m *HouseRentApplyRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentApplyRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentApplyRequest proto.InternalMessageInfo func (m *HouseRentApplyRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseRentApplyRequest) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseRentApplyRequest) GetHouseArea() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseRentApplyRequest) GetDirection() int32 { if m != nil { return m.Direction } return 0 } func (m *HouseRentApplyRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseRentApplyRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseRentApplyRequest) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *HouseRentApplyRequest) GetDecorating() int32 { if m != nil { return m.Decorating } return 0 } func (m *HouseRentApplyRequest) GetContacter() string { if m != nil { return m.Contacter } return "" } func (m *HouseRentApplyRequest) GetContactPhone() string { if m != nil { return m.ContactPhone } return "" } func (m *HouseRentApplyRequest) GetPayTimeType() int32 { if m != nil { return m.PayTimeType } return 0 } func (m *HouseRentApplyRequest) GetRentType() int32 { if m != nil { return m.RentType } return 0 } func (m *HouseRentApplyRequest) GetRoomType() int32 { if m != nil { return m.RoomType } return 0 } func (m *HouseRentApplyRequest) GetRoomArea() float64 { if m != nil { return m.RoomArea } return 0 } func (m *HouseRentApplyRequest) GetRentPrice() int64 { if m != nil { return m.RentPrice } return 0 } func (m *HouseRentApplyRequest) GetDesposit() int64 { if m != nil { return m.Desposit } return 0 } func (m *HouseRentApplyRequest) GetInTime() int64 { if m != nil { return m.InTime } return 0 } func (m *HouseRentApplyRequest) GetServicePrice() int64 { if m != nil { return m.ServicePrice } return 0 } func (m *HouseRentApplyRequest) GetIntermediaryPrice() int64 { if m != nil { return m.IntermediaryPrice } return 0 } func (m *HouseRentApplyRequest) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *HouseRentApplyRequest) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } func (m *HouseRentApplyRequest) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *HouseRentApplyRequest) GetHousePic() []string { if m != nil { return m.HousePic } return nil } func (m *HouseRentApplyRequest) GetCertPic() []string { if m != nil { return m.CertPic } return nil } func (m *HouseRentApplyRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *HouseRentApplyRequest) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *HouseRentApplyRequest) GetApprove() bool { if m != nil { return m.Approve } return false } func (m *HouseRentApplyRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentApplyRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *HouseRentApplyRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } type HouseRentApplyReply 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 *HouseRentApplyReply) Reset() { *m = HouseRentApplyReply{} } func (m *HouseRentApplyReply) String() string { return proto.CompactTextString(m) } func (*HouseRentApplyReply) ProtoMessage() {} func (*HouseRentApplyReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{13} } func (m *HouseRentApplyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentApplyReply.Unmarshal(m, b) } func (m *HouseRentApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentApplyReply.Marshal(b, m, deterministic) } func (m *HouseRentApplyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentApplyReply.Merge(m, src) } func (m *HouseRentApplyReply) XXX_Size() int { return xxx_messageInfo_HouseRentApplyReply.Size(m) } func (m *HouseRentApplyReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentApplyReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentApplyReply proto.InternalMessageInfo func (m *HouseRentApplyReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentUpdateRequest struct { // 房屋号 HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"` // 楼层 Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"` // 房屋建筑面积 HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 朝向 Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"` // 几室 RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"` // 几厅 HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` // 几卫 WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` // 1 精装 2 简装 3 清水 Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"` // 联系人 Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"` // 联系人电话 ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"` // 1 月付 2 季付 3 半年付 4 年付 PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"` // 1 整租 2 合租 3 转租 RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"` // 1 全部 2 主卧 3 次卧 RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"` // 房间面积 RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"` // 月租 RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"` // 押金 Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"` // 可入住时间 InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"` // 服务费 ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"` // 中介费 IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"` // 基础设施 BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` // 特色配置 SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` // 简介 Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"` // 房屋图片 HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"` // 房屋证件图片 CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"` // 是否有电梯 HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"` // 纬度 Lat float64 `protobuf:"fixed64,28,opt,name=lat,proto3" json:"lat"` // 经度 Lnt float64 `protobuf:"fixed64,30,opt,name=lnt,proto3" json:"lnt"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentUpdateRequest) Reset() { *m = HouseRentUpdateRequest{} } func (m *HouseRentUpdateRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentUpdateRequest) ProtoMessage() {} func (*HouseRentUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{14} } func (m *HouseRentUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentUpdateRequest.Unmarshal(m, b) } func (m *HouseRentUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentUpdateRequest.Marshal(b, m, deterministic) } func (m *HouseRentUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentUpdateRequest.Merge(m, src) } func (m *HouseRentUpdateRequest) XXX_Size() int { return xxx_messageInfo_HouseRentUpdateRequest.Size(m) } func (m *HouseRentUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentUpdateRequest proto.InternalMessageInfo func (m *HouseRentUpdateRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseRentUpdateRequest) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseRentUpdateRequest) GetHouseArea() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseRentUpdateRequest) GetDirection() int32 { if m != nil { return m.Direction } return 0 } func (m *HouseRentUpdateRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseRentUpdateRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseRentUpdateRequest) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *HouseRentUpdateRequest) GetDecorating() int32 { if m != nil { return m.Decorating } return 0 } func (m *HouseRentUpdateRequest) GetContacter() string { if m != nil { return m.Contacter } return "" } func (m *HouseRentUpdateRequest) GetContactPhone() string { if m != nil { return m.ContactPhone } return "" } func (m *HouseRentUpdateRequest) GetPayTimeType() int32 { if m != nil { return m.PayTimeType } return 0 } func (m *HouseRentUpdateRequest) GetRentType() int32 { if m != nil { return m.RentType } return 0 } func (m *HouseRentUpdateRequest) GetRoomType() int32 { if m != nil { return m.RoomType } return 0 } func (m *HouseRentUpdateRequest) GetRoomArea() float64 { if m != nil { return m.RoomArea } return 0 } func (m *HouseRentUpdateRequest) GetRentPrice() int64 { if m != nil { return m.RentPrice } return 0 } func (m *HouseRentUpdateRequest) GetDesposit() int64 { if m != nil { return m.Desposit } return 0 } func (m *HouseRentUpdateRequest) GetInTime() int64 { if m != nil { return m.InTime } return 0 } func (m *HouseRentUpdateRequest) GetServicePrice() int64 { if m != nil { return m.ServicePrice } return 0 } func (m *HouseRentUpdateRequest) GetIntermediaryPrice() int64 { if m != nil { return m.IntermediaryPrice } return 0 } func (m *HouseRentUpdateRequest) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *HouseRentUpdateRequest) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } func (m *HouseRentUpdateRequest) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *HouseRentUpdateRequest) GetHousePic() []string { if m != nil { return m.HousePic } return nil } func (m *HouseRentUpdateRequest) GetCertPic() []string { if m != nil { return m.CertPic } return nil } func (m *HouseRentUpdateRequest) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *HouseRentUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentUpdateRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *HouseRentUpdateRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } type HouseRentUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentUpdateReply) Reset() { *m = HouseRentUpdateReply{} } func (m *HouseRentUpdateReply) String() string { return proto.CompactTextString(m) } func (*HouseRentUpdateReply) ProtoMessage() {} func (*HouseRentUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{15} } func (m *HouseRentUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentUpdateReply.Unmarshal(m, b) } func (m *HouseRentUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentUpdateReply.Marshal(b, m, deterministic) } func (m *HouseRentUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentUpdateReply.Merge(m, src) } func (m *HouseRentUpdateReply) XXX_Size() int { return xxx_messageInfo_HouseRentUpdateReply.Size(m) } func (m *HouseRentUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentUpdateReply proto.InternalMessageInfo type HouseRentApproveRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentApproveRequest) Reset() { *m = HouseRentApproveRequest{} } func (m *HouseRentApproveRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentApproveRequest) ProtoMessage() {} func (*HouseRentApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{16} } func (m *HouseRentApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentApproveRequest.Unmarshal(m, b) } func (m *HouseRentApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentApproveRequest.Marshal(b, m, deterministic) } func (m *HouseRentApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentApproveRequest.Merge(m, src) } func (m *HouseRentApproveRequest) XXX_Size() int { return xxx_messageInfo_HouseRentApproveRequest.Size(m) } func (m *HouseRentApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentApproveRequest proto.InternalMessageInfo func (m *HouseRentApproveRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentApproveRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *HouseRentApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type HouseRentApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentApproveReply) Reset() { *m = HouseRentApproveReply{} } func (m *HouseRentApproveReply) String() string { return proto.CompactTextString(m) } func (*HouseRentApproveReply) ProtoMessage() {} func (*HouseRentApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{17} } func (m *HouseRentApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentApproveReply.Unmarshal(m, b) } func (m *HouseRentApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentApproveReply.Marshal(b, m, deterministic) } func (m *HouseRentApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentApproveReply.Merge(m, src) } func (m *HouseRentApproveReply) XXX_Size() int { return xxx_messageInfo_HouseRentApproveReply.Size(m) } func (m *HouseRentApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentApproveReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentApproveReply proto.InternalMessageInfo type HouseRentDownRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDownRequest) Reset() { *m = HouseRentDownRequest{} } func (m *HouseRentDownRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentDownRequest) ProtoMessage() {} func (*HouseRentDownRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{18} } func (m *HouseRentDownRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDownRequest.Unmarshal(m, b) } func (m *HouseRentDownRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDownRequest.Marshal(b, m, deterministic) } func (m *HouseRentDownRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDownRequest.Merge(m, src) } func (m *HouseRentDownRequest) XXX_Size() int { return xxx_messageInfo_HouseRentDownRequest.Size(m) } func (m *HouseRentDownRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDownRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDownRequest proto.InternalMessageInfo func (m *HouseRentDownRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentDownRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type HouseRentDownReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDownReply) Reset() { *m = HouseRentDownReply{} } func (m *HouseRentDownReply) String() string { return proto.CompactTextString(m) } func (*HouseRentDownReply) ProtoMessage() {} func (*HouseRentDownReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{19} } func (m *HouseRentDownReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDownReply.Unmarshal(m, b) } func (m *HouseRentDownReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDownReply.Marshal(b, m, deterministic) } func (m *HouseRentDownReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDownReply.Merge(m, src) } func (m *HouseRentDownReply) XXX_Size() int { return xxx_messageInfo_HouseRentDownReply.Size(m) } func (m *HouseRentDownReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDownReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDownReply proto.InternalMessageInfo type HouseRentListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"` AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"` StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"` RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"` HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"` RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"` ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"` BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentListRequest) Reset() { *m = HouseRentListRequest{} } func (m *HouseRentListRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentListRequest) ProtoMessage() {} func (*HouseRentListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{20} } func (m *HouseRentListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentListRequest.Unmarshal(m, b) } func (m *HouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentListRequest.Marshal(b, m, deterministic) } func (m *HouseRentListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentListRequest.Merge(m, src) } func (m *HouseRentListRequest) XXX_Size() int { return xxx_messageInfo_HouseRentListRequest.Size(m) } func (m *HouseRentListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentListRequest proto.InternalMessageInfo func (m *HouseRentListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentListRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *HouseRentListRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *HouseRentListRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *HouseRentListRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *HouseRentListRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseRentListRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseRentListRequest) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *HouseRentListRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *HouseRentListRequest) GetRentPriceGreater() int64 { if m != nil { return m.RentPriceGreater } return 0 } func (m *HouseRentListRequest) GetRentPriceLess() int64 { if m != nil { return m.RentPriceLess } return 0 } func (m *HouseRentListRequest) GetApproveStatus() int64 { if m != nil { return m.ApproveStatus } return 0 } func (m *HouseRentListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseRentListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *HouseRentListRequest) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *HouseRentListRequest) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } type HouseRentItem struct { // 房屋号 HouseName string `protobuf:"bytes,1,opt,name=house_name,json=houseName,proto3" json:"house_name"` // 楼层 Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"` // 房屋建筑面积 HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 朝向 Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"` // 几室 RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"` // 几厅 HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` // 几卫 WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` // 1 精装 2 简装 3 清水 Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"` // 联系人 Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"` // 联系人电话 ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"` // 1 月付 2 季付 3 半年付 4 年付 PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"` // 1 整租 2 合租 3 转租 RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"` // 1 全部 2 主卧 3 次卧 RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"` // 房间面积 RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"` // 月租 RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"` // 押金 Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"` // 可入住时间 InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"` // 服务费 ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"` // 中介费 IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"` // 基础设施 BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` // 特色配置 SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` // 简介 Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"` // 房屋图片 HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"` // 房屋证件图片 CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"` // 是否有电梯 HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` // 小区id GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 租房id Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"` // 审核状态 1 待审 2 通过 3 未通过 ApproveStatus int32 `protobuf:"varint,28,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` // 省份 Province string `protobuf:"bytes,29,opt,name=province,proto3" json:"province"` // 城市 City string `protobuf:"bytes,30,opt,name=city,proto3" json:"city"` // 区域 Area string `protobuf:"bytes,31,opt,name=area,proto3" json:"area"` // 街道 Street string `protobuf:"bytes,32,opt,name=street,proto3" json:"street"` // 小区名称 GardenName string `protobuf:"bytes,33,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 纬度 Lat float64 `protobuf:"fixed64,34,opt,name=lat,proto3" json:"lat"` // 经度 Lnt float64 `protobuf:"fixed64,35,opt,name=lnt,proto3" json:"lnt"` Addr string `protobuf:"bytes,36,opt,name=addr,proto3" json:"addr"` HouseId int64 `protobuf:"varint,37,opt,name=house_id,json=houseId,proto3" json:"house_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentItem) Reset() { *m = HouseRentItem{} } func (m *HouseRentItem) String() string { return proto.CompactTextString(m) } func (*HouseRentItem) ProtoMessage() {} func (*HouseRentItem) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{21} } func (m *HouseRentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentItem.Unmarshal(m, b) } func (m *HouseRentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentItem.Marshal(b, m, deterministic) } func (m *HouseRentItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentItem.Merge(m, src) } func (m *HouseRentItem) XXX_Size() int { return xxx_messageInfo_HouseRentItem.Size(m) } func (m *HouseRentItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentItem proto.InternalMessageInfo func (m *HouseRentItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseRentItem) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseRentItem) GetHouseArea() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseRentItem) GetDirection() int32 { if m != nil { return m.Direction } return 0 } func (m *HouseRentItem) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseRentItem) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseRentItem) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *HouseRentItem) GetDecorating() int32 { if m != nil { return m.Decorating } return 0 } func (m *HouseRentItem) GetContacter() string { if m != nil { return m.Contacter } return "" } func (m *HouseRentItem) GetContactPhone() string { if m != nil { return m.ContactPhone } return "" } func (m *HouseRentItem) GetPayTimeType() int32 { if m != nil { return m.PayTimeType } return 0 } func (m *HouseRentItem) GetRentType() int32 { if m != nil { return m.RentType } return 0 } func (m *HouseRentItem) GetRoomType() int32 { if m != nil { return m.RoomType } return 0 } func (m *HouseRentItem) GetRoomArea() float64 { if m != nil { return m.RoomArea } return 0 } func (m *HouseRentItem) GetRentPrice() int64 { if m != nil { return m.RentPrice } return 0 } func (m *HouseRentItem) GetDesposit() int64 { if m != nil { return m.Desposit } return 0 } func (m *HouseRentItem) GetInTime() int64 { if m != nil { return m.InTime } return 0 } func (m *HouseRentItem) GetServicePrice() int64 { if m != nil { return m.ServicePrice } return 0 } func (m *HouseRentItem) GetIntermediaryPrice() int64 { if m != nil { return m.IntermediaryPrice } return 0 } func (m *HouseRentItem) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *HouseRentItem) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } func (m *HouseRentItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *HouseRentItem) GetHousePic() []string { if m != nil { return m.HousePic } return nil } func (m *HouseRentItem) GetCertPic() []string { if m != nil { return m.CertPic } return nil } func (m *HouseRentItem) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *HouseRentItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentItem) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } func (m *HouseRentItem) GetProvince() string { if m != nil { return m.Province } return "" } func (m *HouseRentItem) GetCity() string { if m != nil { return m.City } return "" } func (m *HouseRentItem) GetArea() string { if m != nil { return m.Area } return "" } func (m *HouseRentItem) GetStreet() string { if m != nil { return m.Street } return "" } func (m *HouseRentItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *HouseRentItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *HouseRentItem) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *HouseRentItem) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *HouseRentItem) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } type HouseRentListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentListReply) Reset() { *m = HouseRentListReply{} } func (m *HouseRentListReply) String() string { return proto.CompactTextString(m) } func (*HouseRentListReply) ProtoMessage() {} func (*HouseRentListReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{22} } func (m *HouseRentListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentListReply.Unmarshal(m, b) } func (m *HouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentListReply.Marshal(b, m, deterministic) } func (m *HouseRentListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentListReply.Merge(m, src) } func (m *HouseRentListReply) XXX_Size() int { return xxx_messageInfo_HouseRentListReply.Size(m) } func (m *HouseRentListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentListReply proto.InternalMessageInfo func (m *HouseRentListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseRentListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *HouseRentListReply) GetList() []*HouseRentItem { if m != nil { return m.List } return nil } type GardenHouseRentListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"` AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"` StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"` RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"` HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"` RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"` ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"` BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentListRequest) Reset() { *m = GardenHouseRentListRequest{} } func (m *GardenHouseRentListRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentListRequest) ProtoMessage() {} func (*GardenHouseRentListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{23} } func (m *GardenHouseRentListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentListRequest.Unmarshal(m, b) } func (m *GardenHouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentListRequest.Marshal(b, m, deterministic) } func (m *GardenHouseRentListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentListRequest.Merge(m, src) } func (m *GardenHouseRentListRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseRentListRequest.Size(m) } func (m *GardenHouseRentListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentListRequest proto.InternalMessageInfo func (m *GardenHouseRentListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseRentListRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenHouseRentListRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenHouseRentListRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenHouseRentListRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenHouseRentListRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *GardenHouseRentListRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *GardenHouseRentListRequest) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *GardenHouseRentListRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *GardenHouseRentListRequest) GetRentPriceGreater() int64 { if m != nil { return m.RentPriceGreater } return 0 } func (m *GardenHouseRentListRequest) GetRentPriceLess() int64 { if m != nil { return m.RentPriceLess } return 0 } func (m *GardenHouseRentListRequest) GetApproveStatus() int64 { if m != nil { return m.ApproveStatus } return 0 } func (m *GardenHouseRentListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseRentListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenHouseRentListRequest) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *GardenHouseRentListRequest) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } type GardenHouseRentListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentListReply) Reset() { *m = GardenHouseRentListReply{} } func (m *GardenHouseRentListReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentListReply) ProtoMessage() {} func (*GardenHouseRentListReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{24} } func (m *GardenHouseRentListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentListReply.Unmarshal(m, b) } func (m *GardenHouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentListReply.Marshal(b, m, deterministic) } func (m *GardenHouseRentListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentListReply.Merge(m, src) } func (m *GardenHouseRentListReply) XXX_Size() int { return xxx_messageInfo_GardenHouseRentListReply.Size(m) } func (m *GardenHouseRentListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentListReply proto.InternalMessageInfo func (m *GardenHouseRentListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseRentListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenHouseRentListReply) GetList() []*HouseRentItem { if m != nil { return m.List } return nil } type HouseRentAppointmentDelRequest 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 *HouseRentAppointmentDelRequest) Reset() { *m = HouseRentAppointmentDelRequest{} } func (m *HouseRentAppointmentDelRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentDelRequest) ProtoMessage() {} func (*HouseRentAppointmentDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{25} } func (m *HouseRentAppointmentDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentDelRequest.Unmarshal(m, b) } func (m *HouseRentAppointmentDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentDelRequest.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentDelRequest.Merge(m, src) } func (m *HouseRentAppointmentDelRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentDelRequest.Size(m) } func (m *HouseRentAppointmentDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentDelRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentDelRequest proto.InternalMessageInfo func (m *HouseRentAppointmentDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAppointmentDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentAppointmentDelReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentDelReply) Reset() { *m = HouseRentAppointmentDelReply{} } func (m *HouseRentAppointmentDelReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentDelReply) ProtoMessage() {} func (*HouseRentAppointmentDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{26} } func (m *HouseRentAppointmentDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentDelReply.Unmarshal(m, b) } func (m *HouseRentAppointmentDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentDelReply.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentDelReply.Merge(m, src) } func (m *HouseRentAppointmentDelReply) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentDelReply.Size(m) } func (m *HouseRentAppointmentDelReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentDelReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentDelReply proto.InternalMessageInfo type HouseRentAppointmentListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` RentId int64 `protobuf:"varint,2,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid"` Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"` HouseName string `protobuf:"bytes,6,opt,name=house_name,json=houseName,proto3" json:"house_name"` Phone string `protobuf:"bytes,7,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentListRequest) Reset() { *m = HouseRentAppointmentListRequest{} } func (m *HouseRentAppointmentListRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentListRequest) ProtoMessage() {} func (*HouseRentAppointmentListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{27} } func (m *HouseRentAppointmentListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentListRequest.Unmarshal(m, b) } func (m *HouseRentAppointmentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentListRequest.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentListRequest.Merge(m, src) } func (m *HouseRentAppointmentListRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentListRequest.Size(m) } func (m *HouseRentAppointmentListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentListRequest proto.InternalMessageInfo func (m *HouseRentAppointmentListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAppointmentListRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } func (m *HouseRentAppointmentListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseRentAppointmentListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseRentAppointmentListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *HouseRentAppointmentListRequest) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseRentAppointmentListRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentAppointmentListRequest) GetName() string { if m != nil { return m.Name } return "" } type HouseRentAppointmentItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"` RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"` Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender"` AppointmentTime int64 `protobuf:"varint,7,opt,name=appointment_time,json=appointmentTime,proto3" json:"appointment_time"` HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"` Area float64 `protobuf:"fixed64,9,opt,name=area,proto3" json:"area"` Layer int64 `protobuf:"varint,10,opt,name=layer,proto3" json:"layer"` // 1 待受理,2 已受理,3 已拒绝,4 未到访,5已到访,6已过期 Status int32 `protobuf:"varint,11,opt,name=status,proto3" json:"status"` GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` GardenId int64 `protobuf:"varint,13,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentItem) Reset() { *m = HouseRentAppointmentItem{} } func (m *HouseRentAppointmentItem) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentItem) ProtoMessage() {} func (*HouseRentAppointmentItem) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{28} } func (m *HouseRentAppointmentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentItem.Unmarshal(m, b) } func (m *HouseRentAppointmentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentItem.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentItem.Merge(m, src) } func (m *HouseRentAppointmentItem) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentItem.Size(m) } func (m *HouseRentAppointmentItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentItem proto.InternalMessageInfo func (m *HouseRentAppointmentItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentAppointmentItem) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseRentAppointmentItem) GetRentId() int64 { if m != nil { return m.RentId } return 0 } func (m *HouseRentAppointmentItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseRentAppointmentItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentAppointmentItem) GetGender() int32 { if m != nil { return m.Gender } return 0 } func (m *HouseRentAppointmentItem) GetAppointmentTime() int64 { if m != nil { return m.AppointmentTime } return 0 } func (m *HouseRentAppointmentItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseRentAppointmentItem) GetArea() float64 { if m != nil { return m.Area } return 0 } func (m *HouseRentAppointmentItem) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseRentAppointmentItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *HouseRentAppointmentItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *HouseRentAppointmentItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type HouseRentAppointmentListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseRentAppointmentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentListReply) Reset() { *m = HouseRentAppointmentListReply{} } func (m *HouseRentAppointmentListReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentListReply) ProtoMessage() {} func (*HouseRentAppointmentListReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{29} } func (m *HouseRentAppointmentListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentListReply.Unmarshal(m, b) } func (m *HouseRentAppointmentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentListReply.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentListReply.Merge(m, src) } func (m *HouseRentAppointmentListReply) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentListReply.Size(m) } func (m *HouseRentAppointmentListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentListReply proto.InternalMessageInfo func (m *HouseRentAppointmentListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseRentAppointmentListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *HouseRentAppointmentListReply) GetList() []*HouseRentAppointmentItem { if m != nil { return m.List } return nil } type HouseRentAppointmentStatusRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` //2 已受理,3 已拒绝,4 未到访,5已到访 Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentStatusRequest) Reset() { *m = HouseRentAppointmentStatusRequest{} } func (m *HouseRentAppointmentStatusRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentStatusRequest) ProtoMessage() {} func (*HouseRentAppointmentStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{30} } func (m *HouseRentAppointmentStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentStatusRequest.Unmarshal(m, b) } func (m *HouseRentAppointmentStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentStatusRequest.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentStatusRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentStatusRequest.Merge(m, src) } func (m *HouseRentAppointmentStatusRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentStatusRequest.Size(m) } func (m *HouseRentAppointmentStatusRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentStatusRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentStatusRequest proto.InternalMessageInfo func (m *HouseRentAppointmentStatusRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentAppointmentStatusRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *HouseRentAppointmentStatusRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAppointmentStatusRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type HouseRentAppointmentStatusReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentStatusReply) Reset() { *m = HouseRentAppointmentStatusReply{} } func (m *HouseRentAppointmentStatusReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentStatusReply) ProtoMessage() {} func (*HouseRentAppointmentStatusReply) Descriptor() ([]byte, []int) { return fileDescriptor_137f5ce6ca8cb923, []int{31} } func (m *HouseRentAppointmentStatusReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentStatusReply.Unmarshal(m, b) } func (m *HouseRentAppointmentStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentStatusReply.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentStatusReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentStatusReply.Merge(m, src) } func (m *HouseRentAppointmentStatusReply) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentStatusReply.Size(m) } func (m *HouseRentAppointmentStatusReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentStatusReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentStatusReply proto.InternalMessageInfo func init() { proto.RegisterType((*HouseholdApplyRequest)(nil), "pb_v1.HouseholdApplyRequest") proto.RegisterType((*HouseholdApplyReply)(nil), "pb_v1.HouseholdApplyReply") proto.RegisterType((*HouseholdApproveRequest)(nil), "pb_v1.HouseholdApproveRequest") proto.RegisterType((*HouseholdApproveReply)(nil), "pb_v1.HouseholdApproveReply") proto.RegisterType((*HouseholdListRequest)(nil), "pb_v1.HouseholdListRequest") proto.RegisterType((*HouseholdItem)(nil), "pb_v1.HouseholdItem") proto.RegisterType((*HouseholdListReply)(nil), "pb_v1.HouseholdListReply") proto.RegisterType((*HouseholdUserListRequest)(nil), "pb_v1.HouseholdUserListRequest") proto.RegisterType((*HouseholdUserItem)(nil), "pb_v1.HouseholdUserItem") proto.RegisterType((*HouseholdUserListReply)(nil), "pb_v1.HouseholdUserListReply") proto.RegisterType((*HouseRentBaseConf)(nil), "pb_v1.HouseRentBaseConf") proto.RegisterType((*HouseRentSpecialConf)(nil), "pb_v1.HouseRentSpecialConf") proto.RegisterType((*HouseRentApplyRequest)(nil), "pb_v1.HouseRentApplyRequest") proto.RegisterType((*HouseRentApplyReply)(nil), "pb_v1.HouseRentApplyReply") proto.RegisterType((*HouseRentUpdateRequest)(nil), "pb_v1.HouseRentUpdateRequest") proto.RegisterType((*HouseRentUpdateReply)(nil), "pb_v1.HouseRentUpdateReply") proto.RegisterType((*HouseRentApproveRequest)(nil), "pb_v1.HouseRentApproveRequest") proto.RegisterType((*HouseRentApproveReply)(nil), "pb_v1.HouseRentApproveReply") proto.RegisterType((*HouseRentDownRequest)(nil), "pb_v1.HouseRentDownRequest") proto.RegisterType((*HouseRentDownReply)(nil), "pb_v1.HouseRentDownReply") proto.RegisterType((*HouseRentListRequest)(nil), "pb_v1.HouseRentListRequest") proto.RegisterType((*HouseRentItem)(nil), "pb_v1.HouseRentItem") proto.RegisterType((*HouseRentListReply)(nil), "pb_v1.HouseRentListReply") proto.RegisterType((*GardenHouseRentListRequest)(nil), "pb_v1.GardenHouseRentListRequest") proto.RegisterType((*GardenHouseRentListReply)(nil), "pb_v1.GardenHouseRentListReply") proto.RegisterType((*HouseRentAppointmentDelRequest)(nil), "pb_v1.HouseRentAppointmentDelRequest") proto.RegisterType((*HouseRentAppointmentDelReply)(nil), "pb_v1.HouseRentAppointmentDelReply") proto.RegisterType((*HouseRentAppointmentListRequest)(nil), "pb_v1.HouseRentAppointmentListRequest") proto.RegisterType((*HouseRentAppointmentItem)(nil), "pb_v1.HouseRentAppointmentItem") proto.RegisterType((*HouseRentAppointmentListReply)(nil), "pb_v1.HouseRentAppointmentListReply") proto.RegisterType((*HouseRentAppointmentStatusRequest)(nil), "pb_v1.HouseRentAppointmentStatusRequest") proto.RegisterType((*HouseRentAppointmentStatusReply)(nil), "pb_v1.HouseRentAppointmentStatusReply") } func init() { proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923) } var fileDescriptor_137f5ce6ca8cb923 = []byte{ // 1867 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6e, 0xdc, 0xc8, 0x11, 0xc6, 0xfc, 0x93, 0xad, 0x19, 0x49, 0xe6, 0x6a, 0x25, 0x5a, 0xff, 0xa2, 0xe2, 0x44, 0x0b, 0xac, 0xbd, 0xd8, 0xec, 0x13, 0xac, 0x15, 0xc0, 0x31, 0xa0, 0x18, 0x06, 0xb5, 0x46, 0x80, 0x00, 0x01, 0xd1, 0xc3, 0xee, 0x19, 0x35, 0xc4, 0x21, 0x99, 0x66, 0x4b, 0xca, 0xf8, 0x90, 0x53, 0x6e, 0x79, 0x82, 0x9c, 0x72, 0xca, 0x25, 0x79, 0x8a, 0xbc, 0x40, 0xde, 0x60, 0x0f, 0x41, 0x4e, 0x79, 0x84, 0xdc, 0x82, 0xaa, 0x6e, 0x72, 0x48, 0x0e, 0x47, 0x2b, 0x2f, 0xec, 0x4b, 0xa0, 0x93, 0x58, 0x5f, 0xb5, 0xaa, 0xbb, 0xeb, 0xbf, 0x7a, 0xc8, 0xc6, 0x55, 0x72, 0x93, 0xf1, 0xab, 0x24, 0x62, 0x2f, 0x52, 0x99, 0xa8, 0xc4, 0xe9, 0xa5, 0xe3, 0xe0, 0xf6, 0x6b, 0xef, 0xfb, 0x16, 0xf9, 0xfc, 0x97, 0x39, 0xeb, 0xdb, 0x34, 0x8d, 0xe6, 0x3e, 0xff, 0xdd, 0x0d, 0xcf, 0x94, 0xb3, 0x49, 0x3a, 0x37, 0x82, 0xb9, 0xad, 0xe3, 0xd6, 0x59, 0xc7, 0x87, 0x4f, 0x67, 0x8f, 0xd8, 0x37, 0x19, 0x97, 0x81, 0x9a, 0xa7, 0xdc, 0x6d, 0x1f, 0xb7, 0xce, 0x7a, 0xbe, 0x05, 0xc0, 0x77, 0xf3, 0x94, 0x3b, 0x5b, 0xa4, 0x97, 0x5e, 0x25, 0x31, 0x77, 0x3b, 0xc7, 0xad, 0x33, 0xdb, 0xd7, 0x84, 0xe3, 0x90, 0x6e, 0x4c, 0x67, 0xdc, 0xed, 0x22, 0x88, 0xdf, 0xce, 0x53, 0x62, 0xe1, 0x61, 0x02, 0xc1, 0xdc, 0x1e, 0x4a, 0x1f, 0x20, 0xfd, 0x9a, 0x39, 0x3b, 0x64, 0x20, 0x98, 0x96, 0xdf, 0x47, 0xf9, 0x7d, 0xc1, 0x50, 0xfa, 0x1e, 0xb1, 0x05, 0x0b, 0xe2, 0x9b, 0xd9, 0x98, 0x4b, 0x77, 0x80, 0xc2, 0x2c, 0xc1, 0xde, 0x20, 0xed, 0xec, 0x12, 0x8b, 0xa6, 0x29, 0x8f, 0x99, 0xf8, 0xbd, 0x6b, 0x1d, 0x77, 0x80, 0x97, 0xd3, 0xde, 0x33, 0xf2, 0x59, 0xfd, 0x7a, 0x69, 0x34, 0x77, 0xd6, 0x49, 0xbb, 0xb8, 0x5b, 0x5b, 0x30, 0xef, 0xb7, 0x64, 0xa7, 0xbc, 0x4c, 0x26, 0xb7, 0x3c, 0xd7, 0x43, 0x6d, 0xa9, 0xb3, 0x4d, 0xfa, 0x99, 0xa2, 0xea, 0x26, 0x43, 0x15, 0x58, 0xbe, 0xa1, 0xe0, 0x14, 0x13, 0xce, 0xd9, 0x98, 0x86, 0xd7, 0x46, 0x07, 0x05, 0xed, 0xed, 0x54, 0x95, 0xac, 0xc5, 0xa7, 0xd1, 0xdc, 0xfb, 0x67, 0x8b, 0x6c, 0x15, 0x9c, 0x0b, 0x91, 0xa9, 0x7c, 0xd7, 0x3d, 0x62, 0x4f, 0xa9, 0x64, 0x3c, 0x0e, 0x8a, 0xcd, 0x2d, 0x0d, 0xbc, 0x66, 0xb9, 0x69, 0xda, 0x0b, 0xd3, 0x38, 0xa4, 0x9b, 0xd2, 0xa9, 0x56, 0x7e, 0xc7, 0xc7, 0x6f, 0x10, 0x01, 0x7f, 0x83, 0x4c, 0xbc, 0xd7, 0x06, 0xe8, 0xf8, 0x16, 0x00, 0x97, 0xe2, 0x3d, 0x77, 0x9e, 0x91, 0x75, 0xaa, 0x0f, 0x12, 0x98, 0xdb, 0xf4, 0x50, 0xe1, 0x23, 0x83, 0x5e, 0xea, 0x4b, 0x55, 0x4c, 0xde, 0xaf, 0x99, 0x3c, 0x37, 0xee, 0x60, 0x61, 0x5c, 0xef, 0x3f, 0x6d, 0x32, 0x2a, 0x2e, 0xf4, 0x5a, 0xf1, 0xd9, 0x92, 0xfe, 0x3e, 0x92, 0x17, 0x95, 0x8d, 0xde, 0xab, 0x1a, 0xfd, 0x47, 0xba, 0xd1, 0x01, 0x21, 0xda, 0x2f, 0x71, 0x2f, 0x0b, 0xb9, 0x36, 0x22, 0x6f, 0x60, 0xc3, 0x65, 0x8d, 0xd9, 0x4d, 0x1a, 0x3b, 0x22, 0x6b, 0xc6, 0x70, 0x28, 0x86, 0xa0, 0x18, 0xa2, 0xa1, 0x37, 0x75, 0xf7, 0x5f, 0xab, 0xba, 0x7f, 0xc5, 0xe8, 0xc3, 0x66, 0xa3, 0x8f, 0x0a, 0xa3, 0x7b, 0x57, 0xc4, 0xa9, 0xf9, 0x0e, 0xb8, 0x76, 0xee, 0x0a, 0xad, 0x92, 0x2b, 0x6c, 0x91, 0x9e, 0x4a, 0x14, 0x8d, 0x8c, 0xcb, 0x68, 0xc2, 0x39, 0x23, 0xdd, 0x48, 0x64, 0xca, 0xed, 0x1c, 0x77, 0xce, 0xd6, 0x7e, 0xbe, 0xf5, 0x02, 0x33, 0xc2, 0x8b, 0x8a, 0xf5, 0x7c, 0x5c, 0xe1, 0xfd, 0xb9, 0x45, 0xdc, 0x02, 0x7f, 0x97, 0x71, 0x59, 0x76, 0xd5, 0xa6, 0x0d, 0x2b, 0xbe, 0xd7, 0xae, 0xf9, 0x5e, 0xe5, 0x9a, 0x9d, 0xda, 0x35, 0x3f, 0xd8, 0xe3, 0xfe, 0xd1, 0x22, 0x4f, 0x2a, 0x67, 0xfb, 0x94, 0x5e, 0x57, 0xf2, 0xac, 0xde, 0x6a, 0xcf, 0xea, 0xd7, 0x3c, 0xab, 0xe6, 0x13, 0x83, 0xba, 0x4f, 0x78, 0x29, 0xd9, 0x6e, 0x50, 0xef, 0x87, 0x59, 0xf3, 0xcb, 0x8a, 0x35, 0xdd, 0xba, 0x35, 0x73, 0xcd, 0x18, 0x8b, 0xfe, 0xad, 0x6d, 0xb4, 0xe6, 0xf3, 0x58, 0xbd, 0xa4, 0x19, 0x3f, 0x4f, 0xe2, 0x09, 0xf8, 0xd8, 0x98, 0x6b, 0xb5, 0x59, 0x3e, 0x7c, 0x02, 0x32, 0xa5, 0x79, 0xaa, 0x83, 0x4f, 0xf0, 0xdf, 0x3b, 0x2a, 0x67, 0x01, 0xc0, 0x1d, 0x84, 0x07, 0x40, 0xbf, 0xa2, 0x99, 0xb3, 0x4f, 0xec, 0xb1, 0x4c, 0x28, 0x1b, 0xd3, 0x98, 0xa1, 0xda, 0x2c, 0x7f, 0x01, 0x38, 0x1e, 0x19, 0x4a, 0x3e, 0x91, 0x74, 0xca, 0x25, 0x55, 0x89, 0x44, 0x05, 0x5a, 0x7e, 0x05, 0x73, 0x5c, 0x02, 0xc2, 0x58, 0x32, 0xd6, 0xb6, 0xd7, 0xb2, 0x81, 0x04, 0x45, 0x64, 0xc9, 0x84, 0xa2, 0xf2, 0x2c, 0x1f, 0xbf, 0x41, 0x22, 0x15, 0x32, 0x4c, 0x62, 0x26, 0x94, 0x48, 0x62, 0x8c, 0x59, 0xcb, 0xaf, 0x60, 0xe0, 0x08, 0xea, 0x16, 0x43, 0xd5, 0xf2, 0xdb, 0xea, 0x16, 0xd2, 0xf7, 0x15, 0xa7, 0x8a, 0x4b, 0x0c, 0x4d, 0xcb, 0x37, 0x14, 0xe4, 0x93, 0x3b, 0x2a, 0xb3, 0x2b, 0x11, 0x4f, 0x31, 0x2c, 0x2d, 0xbf, 0xa0, 0xbd, 0xff, 0xe6, 0x59, 0x1a, 0x94, 0x75, 0x99, 0xf2, 0x50, 0xd0, 0x08, 0xf5, 0xf5, 0x05, 0xd9, 0x14, 0xb1, 0xe2, 0x51, 0x24, 0xa6, 0x3c, 0x56, 0x41, 0x94, 0x84, 0xd7, 0x46, 0x79, 0x1b, 0x25, 0xfc, 0x22, 0x09, 0xaf, 0xe1, 0xfc, 0x77, 0x62, 0x22, 0x8c, 0x26, 0xf1, 0x1b, 0x0c, 0x39, 0xe3, 0x4a, 0x26, 0x46, 0x8f, 0x9a, 0x80, 0x3c, 0x94, 0x52, 0x79, 0x1d, 0x64, 0x29, 0x0d, 0x79, 0xae, 0x46, 0x40, 0x2e, 0x01, 0x80, 0x3c, 0x24, 0x62, 0xc6, 0x21, 0xd5, 0xc1, 0x9e, 0x77, 0xa1, 0x51, 0xe4, 0xa8, 0x84, 0xfe, 0x3a, 0x74, 0x7e, 0x46, 0x36, 0x52, 0x29, 0x6e, 0xa9, 0xe2, 0xc1, 0x98, 0x46, 0x61, 0x12, 0xcf, 0x8d, 0x46, 0xd7, 0x0d, 0xfc, 0x52, 0xa3, 0xb0, 0xdd, 0x44, 0xc8, 0x4c, 0x05, 0x92, 0xc7, 0xca, 0xa8, 0xd7, 0x46, 0x04, 0x6e, 0xeb, 0xfd, 0x69, 0x60, 0x6a, 0x17, 0x50, 0x95, 0x06, 0xa1, 0x9c, 0xc8, 0x5a, 0xd5, 0x44, 0xb6, 0x45, 0x7a, 0x11, 0x9d, 0x73, 0x99, 0x7b, 0x28, 0x12, 0x8b, 0x04, 0x4b, 0x25, 0xa7, 0x78, 0xe7, 0x96, 0x49, 0xb0, 0xdf, 0x4a, 0x4e, 0xc1, 0x7b, 0x98, 0x90, 0x3c, 0x44, 0x53, 0x76, 0x31, 0xba, 0x16, 0x00, 0xfc, 0xb3, 0x4c, 0x92, 0x59, 0x10, 0x26, 0x37, 0xb1, 0x32, 0x7d, 0x83, 0x0d, 0xc8, 0x39, 0x00, 0x28, 0x9b, 0x46, 0x91, 0x61, 0xf7, 0x35, 0x1b, 0x10, 0xcd, 0x06, 0xa7, 0x0d, 0x0d, 0x73, 0xa0, 0xcf, 0x7a, 0x17, 0x6a, 0xd6, 0x21, 0x21, 0x8c, 0x87, 0x89, 0xa4, 0x0a, 0x4c, 0x6f, 0xe1, 0xbe, 0x25, 0x04, 0x8e, 0x15, 0x26, 0xb1, 0xa2, 0x21, 0xf8, 0x8c, 0xad, 0xab, 0x42, 0x01, 0x38, 0xa7, 0x64, 0x64, 0x88, 0x40, 0xa7, 0x10, 0x9d, 0xf0, 0x87, 0x06, 0x7c, 0x8b, 0x99, 0xc4, 0x23, 0xa3, 0x94, 0xce, 0x03, 0x25, 0x66, 0x5c, 0xe7, 0x8e, 0x35, 0xdc, 0x65, 0x2d, 0xa5, 0xf3, 0xef, 0xc4, 0x8c, 0xe7, 0x09, 0x04, 0x0c, 0xa0, 0xf9, 0x43, 0x9d, 0xa0, 0x00, 0x28, 0x98, 0x70, 0x79, 0x64, 0x8e, 0x0c, 0x33, 0x49, 0x66, 0x15, 0x26, 0x6a, 0x75, 0x1d, 0xb5, 0x8a, 0x4c, 0x54, 0x2a, 0xa8, 0x0d, 0xc4, 0xa6, 0x52, 0x84, 0xdc, 0xdd, 0x30, 0x6a, 0xe3, 0xb1, 0x7a, 0x0b, 0x00, 0x78, 0x3d, 0xe3, 0x59, 0x9a, 0x64, 0x42, 0xb9, 0x9b, 0x3a, 0x13, 0xe7, 0x34, 0xe6, 0xba, 0x18, 0x0f, 0xed, 0x3e, 0x41, 0x56, 0x5f, 0xc4, 0x70, 0x5c, 0xb8, 0x73, 0xc6, 0xe5, 0xad, 0x08, 0xb9, 0x11, 0xeb, 0x20, 0x7b, 0x68, 0x40, 0x2d, 0xf9, 0x39, 0x71, 0x20, 0x04, 0xe4, 0x8c, 0x33, 0x41, 0xe5, 0xdc, 0xac, 0xfc, 0x0c, 0x57, 0x3e, 0x29, 0x73, 0xf4, 0xf2, 0x3d, 0x62, 0x8f, 0x69, 0xc6, 0x83, 0x30, 0x89, 0x27, 0xee, 0x96, 0x3e, 0xc9, 0x38, 0x4f, 0x4b, 0x27, 0x64, 0x98, 0xe9, 0xa8, 0xd3, 0xfc, 0xcf, 0x91, 0xbf, 0x96, 0x95, 0x22, 0xd1, 0x21, 0x5d, 0xc6, 0xb3, 0xd0, 0xdd, 0xd6, 0xc9, 0x1a, 0xbe, 0x41, 0xa6, 0xf6, 0xb7, 0x54, 0x84, 0xee, 0x8e, 0xee, 0x11, 0x10, 0x78, 0x2b, 0x42, 0xf0, 0x88, 0x90, 0x4b, 0x85, 0x3c, 0x17, 0x79, 0x03, 0xa0, 0x81, 0x75, 0x4a, 0x46, 0x45, 0xb7, 0x1c, 0x40, 0xcd, 0x7d, 0xaa, 0xef, 0x57, 0x80, 0xef, 0x04, 0x43, 0xef, 0xa7, 0x59, 0x10, 0x89, 0x89, 0x72, 0x77, 0x75, 0xaa, 0xba, 0xa2, 0xd9, 0x85, 0x98, 0x28, 0x48, 0x62, 0xa6, 0x27, 0x70, 0xf7, 0x34, 0xc7, 0x90, 0xd5, 0xca, 0xb7, 0xbf, 0x5c, 0xe0, 0x23, 0xaa, 0xdc, 0x03, 0xb4, 0x20, 0x7c, 0x22, 0x12, 0x2b, 0xf7, 0xd0, 0x20, 0xb1, 0x2a, 0xda, 0xd9, 0x52, 0x30, 0x36, 0xb5, 0xb3, 0xdf, 0xf7, 0x4d, 0x41, 0x81, 0x75, 0xef, 0x52, 0x46, 0x15, 0x7f, 0x8c, 0xda, 0xc7, 0xa8, 0xfd, 0xbf, 0x8e, 0xda, 0x72, 0x40, 0x3e, 0xad, 0x06, 0x64, 0x25, 0xec, 0x76, 0x6b, 0x61, 0xa7, 0x63, 0x67, 0xaf, 0xe8, 0x14, 0x4d, 0x18, 0xee, 0xdf, 0x17, 0x86, 0xdb, 0xa5, 0x7e, 0x20, 0x0f, 0x2f, 0x18, 0xe7, 0xde, 0x9b, 0x31, 0xd2, 0x84, 0xe7, 0x7d, 0x63, 0x64, 0xe5, 0x4c, 0xed, 0xda, 0x99, 0x16, 0x33, 0x66, 0x67, 0xe5, 0x8c, 0xd9, 0x5d, 0x31, 0x63, 0x56, 0xf6, 0x86, 0x43, 0x9d, 0x97, 0x0e, 0xfb, 0x8b, 0xe4, 0x2e, 0xfe, 0x31, 0x27, 0xf2, 0xb6, 0xcc, 0xac, 0xb1, 0x10, 0x02, 0xa2, 0xff, 0xd2, 0x2d, 0xc9, 0x7e, 0xf0, 0xf8, 0x7a, 0x4a, 0x46, 0x70, 0x3c, 0x11, 0x87, 0xe0, 0x39, 0x4c, 0xf7, 0xe3, 0xb6, 0x3f, 0xcc, 0xc1, 0xf3, 0x84, 0xa1, 0x6b, 0x85, 0x42, 0xcd, 0xf5, 0x02, 0x33, 0x4f, 0x03, 0x90, 0x33, 0x21, 0x6e, 0x34, 0xd3, 0x28, 0x02, 0x00, 0x64, 0x1e, 0x91, 0xb5, 0x4c, 0x49, 0xce, 0x95, 0x66, 0xf7, 0x74, 0xb7, 0xad, 0x21, 0x5c, 0x50, 0x4d, 0x4a, 0xfd, 0xfb, 0x93, 0xd2, 0xe0, 0xbe, 0xa4, 0x64, 0x55, 0x93, 0xd2, 0x52, 0xe1, 0xb0, 0x1b, 0x0a, 0xc7, 0x97, 0xc4, 0x59, 0xc4, 0x76, 0x30, 0x95, 0x8b, 0x66, 0xb4, 0xe3, 0x6f, 0x16, 0x31, 0xfe, 0x4a, 0xe3, 0xce, 0x4f, 0xc9, 0x46, 0x69, 0x75, 0xc4, 0xb3, 0xcc, 0x0c, 0x8d, 0xa3, 0x62, 0xe9, 0x05, 0xcf, 0xb2, 0x86, 0xe9, 0x54, 0xcf, 0x8f, 0xb5, 0xe9, 0x34, 0x1f, 0x27, 0x46, 0xab, 0x66, 0xb5, 0xf5, 0xe5, 0x59, 0x6d, 0x11, 0xe1, 0x1b, 0x3f, 0x10, 0xe1, 0x9b, 0x4b, 0x11, 0xee, 0xfd, 0xdd, 0x32, 0xef, 0x01, 0xe0, 0x21, 0x38, 0x99, 0x55, 0xc7, 0xec, 0x56, 0x7d, 0xcc, 0x7e, 0x2c, 0x42, 0x8f, 0x45, 0xe8, 0xb1, 0x08, 0x2d, 0x87, 0xf3, 0x7e, 0xd3, 0x63, 0xd3, 0x2e, 0xb1, 0xf2, 0xa4, 0x89, 0x7d, 0xa3, 0xed, 0x17, 0x34, 0x5c, 0x0b, 0xf2, 0x25, 0x96, 0x2d, 0xdb, 0xc7, 0x6f, 0xc0, 0xd0, 0xd4, 0x47, 0x1a, 0x83, 0x6f, 0x5d, 0x6b, 0x20, 0x37, 0xba, 0xc7, 0x88, 0x1a, 0xaa, 0xfe, 0x68, 0x71, 0xb2, 0xf4, 0x90, 0x65, 0x0a, 0xa5, 0xb7, 0x54, 0x28, 0x4f, 0x8b, 0x42, 0x89, 0x1b, 0x32, 0x26, 0xdd, 0x9f, 0x98, 0x0d, 0x19, 0x93, 0x95, 0x0e, 0xf4, 0x59, 0xa5, 0x03, 0x2d, 0x5e, 0xb4, 0x16, 0xe5, 0xe4, 0xa3, 0xbd, 0x68, 0xe5, 0xf9, 0xc7, 0xbc, 0x7f, 0xfc, 0xb5, 0x4b, 0x76, 0x5f, 0xe1, 0x5d, 0x1e, 0xeb, 0xd7, 0x63, 0xfd, 0x5a, 0x5d, 0xbf, 0x62, 0xe2, 0x36, 0xba, 0xc9, 0xa7, 0xf2, 0xcb, 0x5f, 0x91, 0xc3, 0x72, 0x17, 0x97, 0x88, 0x58, 0xcd, 0xa0, 0xe5, 0xe2, 0xd1, 0x83, 0x5c, 0x53, 0xe7, 0x91, 0x76, 0x31, 0x08, 0x1e, 0x92, 0xfd, 0x95, 0xe2, 0xa0, 0x81, 0xfb, 0x77, 0x8b, 0x1c, 0x35, 0x2d, 0x78, 0x70, 0x2c, 0xec, 0x90, 0x01, 0xda, 0xb7, 0xd8, 0xb5, 0x0f, 0xe4, 0xe2, 0xb9, 0xba, 0xb3, 0xfc, 0x1b, 0x45, 0x77, 0x95, 0xed, 0x7a, 0x35, 0xdb, 0x55, 0x3b, 0x85, 0x7e, 0x43, 0xa7, 0xa0, 0xeb, 0xe6, 0xa0, 0xe9, 0xd5, 0xd6, 0x2a, 0x3d, 0x11, 0xff, 0xab, 0x6d, 0x9e, 0xaf, 0x6b, 0xb7, 0x6c, 0x7c, 0x29, 0x5e, 0xfe, 0x71, 0xa5, 0x74, 0xc7, 0x4e, 0xe5, 0x8e, 0x4d, 0x2f, 0xc4, 0xc5, 0xa9, 0x7a, 0xe5, 0x53, 0x6d, 0x93, 0xfe, 0x94, 0xc7, 0xcc, 0xbc, 0x0d, 0xf7, 0x7c, 0x43, 0x39, 0x5f, 0x90, 0x4d, 0xba, 0x38, 0x8f, 0xae, 0x98, 0x3a, 0x62, 0x37, 0x4a, 0x38, 0x96, 0xce, 0x1f, 0xf8, 0x79, 0x22, 0x4f, 0xed, 0x36, 0x26, 0x5f, 0x9d, 0xda, 0x8b, 0x5e, 0x8a, 0x94, 0x7b, 0xa9, 0xc5, 0x70, 0xa1, 0x7b, 0x89, 0x7c, 0xb8, 0xa8, 0x25, 0xfc, 0xe1, 0x52, 0xc2, 0xaf, 0x38, 0xc2, 0xa8, 0x36, 0x20, 0xfc, 0x81, 0x1c, 0xac, 0x76, 0xa4, 0x0f, 0x8b, 0x96, 0x6f, 0x2a, 0xd1, 0x72, 0x54, 0x8f, 0x96, 0x9a, 0x01, 0x4d, 0xe0, 0xfc, 0xb1, 0x45, 0x4e, 0x9a, 0x96, 0xe8, 0xc4, 0xf1, 0xb0, 0x1f, 0xf3, 0x16, 0xba, 0xb8, 0xf7, 0x27, 0x8a, 0xfb, 0xa6, 0xb0, 0x93, 0xe6, 0x78, 0xca, 0x4f, 0x91, 0x46, 0xf3, 0x97, 0x47, 0xbf, 0x39, 0x48, 0x65, 0x92, 0x72, 0xa9, 0xe6, 0xcf, 0xb3, 0x79, 0xa6, 0xf8, 0xec, 0xf9, 0x94, 0x2a, 0x7e, 0x47, 0xe7, 0x5f, 0xa5, 0xe3, 0xaf, 0x6e, 0xbf, 0x1e, 0xf7, 0xf1, 0x17, 0xda, 0x6f, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x93, 0x72, 0x92, 0x31, 0xb4, 0x1d, 0x00, 0x00, }