// Code generated by protoc-gen-go. DO NOT EDIT. // source: house_rent.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 HouseRentAddManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAddManagerRequest) Reset() { *m = HouseRentAddManagerRequest{} } func (m *HouseRentAddManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerRequest) ProtoMessage() {} func (*HouseRentAddManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{0} } func (m *HouseRentAddManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerRequest.Unmarshal(m, b) } func (m *HouseRentAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerRequest.Merge(m, src) } func (m *HouseRentAddManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerRequest.Size(m) } func (m *HouseRentAddManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerRequest proto.InternalMessageInfo func (m *HouseRentAddManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAddManagerRequest) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentAddManagerRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentAddManagerReply 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 *HouseRentAddManagerReply) Reset() { *m = HouseRentAddManagerReply{} } func (m *HouseRentAddManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerReply) ProtoMessage() {} func (*HouseRentAddManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{1} } func (m *HouseRentAddManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerReply.Unmarshal(m, b) } func (m *HouseRentAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerReply.Merge(m, src) } func (m *HouseRentAddManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerReply.Size(m) } func (m *HouseRentAddManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerReply proto.InternalMessageInfo func (m *HouseRentAddManagerReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerRequest 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 *HouseRentDelManagerRequest) Reset() { *m = HouseRentDelManagerRequest{} } func (m *HouseRentDelManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerRequest) ProtoMessage() {} func (*HouseRentDelManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{2} } func (m *HouseRentDelManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerRequest.Unmarshal(m, b) } func (m *HouseRentDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerRequest.Merge(m, src) } func (m *HouseRentDelManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerRequest.Size(m) } func (m *HouseRentDelManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerRequest proto.InternalMessageInfo func (m *HouseRentDelManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentDelManagerRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDelManagerReply) Reset() { *m = HouseRentDelManagerReply{} } func (m *HouseRentDelManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerReply) ProtoMessage() {} func (*HouseRentDelManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{3} } func (m *HouseRentDelManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerReply.Unmarshal(m, b) } func (m *HouseRentDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerReply.Merge(m, src) } func (m *HouseRentDelManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerReply.Size(m) } func (m *HouseRentDelManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerReply proto.InternalMessageInfo type HouseRentManagerListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` RentId int64 `protobuf:"varint,4,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListRequest) Reset() { *m = HouseRentManagerListRequest{} } func (m *HouseRentManagerListRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListRequest) ProtoMessage() {} func (*HouseRentManagerListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{4} } func (m *HouseRentManagerListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListRequest.Unmarshal(m, b) } func (m *HouseRentManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListRequest.Marshal(b, m, deterministic) } func (m *HouseRentManagerListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListRequest.Merge(m, src) } func (m *HouseRentManagerListRequest) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListRequest.Size(m) } func (m *HouseRentManagerListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListRequest proto.InternalMessageInfo func (m *HouseRentManagerListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentManagerListRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentManagerItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` // 姓名 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 账号 UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerItem) Reset() { *m = HouseRentManagerItem{} } func (m *HouseRentManagerItem) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerItem) ProtoMessage() {} func (*HouseRentManagerItem) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{5} } func (m *HouseRentManagerItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerItem.Unmarshal(m, b) } func (m *HouseRentManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerItem.Marshal(b, m, deterministic) } func (m *HouseRentManagerItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerItem.Merge(m, src) } func (m *HouseRentManagerItem) XXX_Size() int { return xxx_messageInfo_HouseRentManagerItem.Size(m) } func (m *HouseRentManagerItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerItem proto.InternalMessageInfo func (m *HouseRentManagerItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentManagerItem) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentManagerItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseRentManagerItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentManagerItem) GetUserName() string { if m != nil { return m.UserName } return "" } type HouseRentManagerListReply struct { List []*HouseRentManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListReply) Reset() { *m = HouseRentManagerListReply{} } func (m *HouseRentManagerListReply) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListReply) ProtoMessage() {} func (*HouseRentManagerListReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{6} } func (m *HouseRentManagerListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListReply.Unmarshal(m, b) } func (m *HouseRentManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListReply.Marshal(b, m, deterministic) } func (m *HouseRentManagerListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListReply.Merge(m, src) } func (m *HouseRentManagerListReply) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListReply.Size(m) } func (m *HouseRentManagerListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListReply proto.InternalMessageInfo func (m *HouseRentManagerListReply) GetList() []*HouseRentManagerItem { if m != nil { return m.List } return nil } type HouseRentAppointmentAddRequest 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"` 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAppointmentAddRequest) Reset() { *m = HouseRentAppointmentAddRequest{} } func (m *HouseRentAppointmentAddRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentAddRequest) ProtoMessage() {} func (*HouseRentAppointmentAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{7} } func (m *HouseRentAppointmentAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentAddRequest.Unmarshal(m, b) } func (m *HouseRentAppointmentAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentAddRequest.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentAddRequest.Merge(m, src) } func (m *HouseRentAppointmentAddRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentAddRequest.Size(m) } func (m *HouseRentAppointmentAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentAddRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentAddRequest proto.InternalMessageInfo func (m *HouseRentAppointmentAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAppointmentAddRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseRentAppointmentAddRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } func (m *HouseRentAppointmentAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseRentAppointmentAddRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentAppointmentAddRequest) GetGender() int32 { if m != nil { return m.Gender } return 0 } func (m *HouseRentAppointmentAddRequest) GetAppointmentTime() int64 { if m != nil { return m.AppointmentTime } return 0 } type HouseRentAppointmentAddReply 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 *HouseRentAppointmentAddReply) Reset() { *m = HouseRentAppointmentAddReply{} } func (m *HouseRentAppointmentAddReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAppointmentAddReply) ProtoMessage() {} func (*HouseRentAppointmentAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{8} } func (m *HouseRentAppointmentAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAppointmentAddReply.Unmarshal(m, b) } func (m *HouseRentAppointmentAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAppointmentAddReply.Marshal(b, m, deterministic) } func (m *HouseRentAppointmentAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAppointmentAddReply.Merge(m, src) } func (m *HouseRentAppointmentAddReply) XXX_Size() int { return xxx_messageInfo_HouseRentAppointmentAddReply.Size(m) } func (m *HouseRentAppointmentAddReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAppointmentAddReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAppointmentAddReply proto.InternalMessageInfo func (m *HouseRentAppointmentAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } 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_9c4b1cddab293c85, []int{9} } 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_9c4b1cddab293c85, []int{10} } 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"` 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_9c4b1cddab293c85, []int{11} } 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 "" } 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"` 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_9c4b1cddab293c85, []int{12} } 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 "" } 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_9c4b1cddab293c85, []int{13} } 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 } func init() { proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest") proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply") proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest") proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply") proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest") proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem") proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply") proto.RegisterType((*HouseRentAppointmentAddRequest)(nil), "pb_v1.HouseRentAppointmentAddRequest") proto.RegisterType((*HouseRentAppointmentAddReply)(nil), "pb_v1.HouseRentAppointmentAddReply") 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") } func init() { proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85) } var fileDescriptor_9c4b1cddab293c85 = []byte{ // 534 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x55, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0x96, 0x7f, 0x9b, 0x4c, 0x25, 0xa8, 0x56, 0x11, 0x98, 0x86, 0x26, 0x91, 0x4f, 0x01, 0xa9, 0x89, 0x4a, 0x9f, 0x00, 0xd4, 0x03, 0x91, 0x5a, 0x0e, 0x2e, 0x5c, 0xb8, 0x58, 0x1b, 0xed, 0xc8, 0x5d, 0xc9, 0x3f, 0x8b, 0xbd, 0x29, 0x4a, 0x0f, 0x3c, 0x02, 0xef, 0xc3, 0x83, 0xf0, 0x00, 0xbc, 0x09, 0xda, 0xb5, 0x89, 0x5d, 0x6b, 0x23, 0x4a, 0x4f, 0x9c, 0xb2, 0x3b, 0xb3, 0x99, 0x6f, 0xbe, 0x6f, 0xbe, 0x49, 0xe0, 0xe8, 0xa6, 0xd8, 0x54, 0x18, 0x97, 0x98, 0xcb, 0x85, 0x28, 0x0b, 0x59, 0x10, 0x4f, 0xac, 0xe3, 0xdb, 0xb3, 0xb0, 0x82, 0xe3, 0xf7, 0x2a, 0x15, 0x61, 0x2e, 0xdf, 0x32, 0x76, 0x45, 0x73, 0x9a, 0x60, 0x19, 0xe1, 0x97, 0x0d, 0x56, 0x92, 0x8c, 0x61, 0x98, 0xd0, 0x92, 0x61, 0x1e, 0x73, 0x16, 0x58, 0x33, 0x6b, 0xee, 0x44, 0x83, 0x3a, 0xb0, 0x62, 0x64, 0x0a, 0x87, 0x59, 0xfd, 0x3c, 0xde, 0x70, 0x16, 0xd8, 0x3a, 0x0d, 0x4d, 0xe8, 0x13, 0x67, 0xe4, 0x39, 0x1c, 0x28, 0x40, 0xf5, 0x5d, 0x47, 0x27, 0x7d, 0x75, 0x5d, 0xb1, 0xf0, 0x35, 0x04, 0x46, 0x50, 0x91, 0x6e, 0xc9, 0x13, 0xb0, 0x77, 0x58, 0x36, 0x67, 0xe1, 0xaa, 0xd3, 0xe0, 0x05, 0xa6, 0xff, 0xd2, 0x60, 0x5d, 0xca, 0xde, 0x95, 0x3a, 0xee, 0xc0, 0x76, 0x4b, 0x89, 0x74, 0x1b, 0x5e, 0xc3, 0x78, 0x97, 0x6b, 0x12, 0x97, 0xbc, 0x92, 0x0f, 0xc2, 0xe9, 0xf0, 0x74, 0xef, 0xf1, 0xfc, 0x6e, 0xc1, 0xa8, 0x5f, 0x75, 0x25, 0x31, 0xeb, 0x93, 0xfc, 0xbb, 0x94, 0x04, 0xdc, 0x9c, 0x66, 0xa8, 0x75, 0x1c, 0x46, 0xfa, 0x4c, 0x46, 0xe0, 0x89, 0x9b, 0x22, 0x47, 0x0d, 0x3a, 0x8c, 0xea, 0x8b, 0xea, 0x74, 0x53, 0x61, 0x19, 0xeb, 0xe7, 0x9e, 0xce, 0x0c, 0x54, 0xe0, 0x03, 0xcd, 0x30, 0xbc, 0x84, 0x17, 0x66, 0x96, 0x4a, 0xf9, 0x25, 0xb8, 0x29, 0xaf, 0x64, 0x60, 0xcd, 0x9c, 0xf9, 0xe1, 0x9b, 0xf1, 0x42, 0x1b, 0x64, 0x61, 0xea, 0x3f, 0xd2, 0x0f, 0xc3, 0x9f, 0x16, 0x4c, 0xda, 0x39, 0x0a, 0x51, 0xf0, 0x5c, 0x66, 0xf5, 0x48, 0x1f, 0xa4, 0xdb, 0x11, 0x38, 0x2d, 0x5b, 0x75, 0xdc, 0xeb, 0x98, 0x1d, 0x7f, 0xd7, 0xc4, 0xdf, 0xeb, 0xf2, 0x7f, 0x06, 0x7e, 0x82, 0x39, 0xc3, 0x32, 0xf0, 0x67, 0xd6, 0xdc, 0x8b, 0x9a, 0x1b, 0x79, 0x05, 0x47, 0xb4, 0x6d, 0x31, 0x96, 0x3c, 0xc3, 0xe0, 0x40, 0x63, 0x3c, 0xed, 0xc4, 0x3f, 0xf2, 0x0c, 0xc3, 0x05, 0xbc, 0xdc, 0x4b, 0xcb, 0x64, 0xd1, 0x2b, 0xb3, 0x0c, 0x17, 0x98, 0x3e, 0xca, 0xa6, 0x13, 0x33, 0xbc, 0x2e, 0xa7, 0xac, 0xfa, 0xc3, 0x82, 0xa9, 0xe9, 0xc1, 0x63, 0xfc, 0x6a, 0xdf, 0x53, 0xb9, 0x19, 0x88, 0xd3, 0x0e, 0x84, 0x80, 0x2b, 0x68, 0x82, 0x8d, 0xaf, 0xf5, 0x59, 0xd5, 0x56, 0x9f, 0x71, 0xc5, 0xef, 0x6a, 0xed, 0x9d, 0x68, 0xa0, 0x02, 0xd7, 0xfc, 0x0e, 0xc9, 0x09, 0x40, 0xfd, 0x53, 0xa3, 0xc7, 0xe5, 0xeb, 0xc9, 0x0c, 0x75, 0x44, 0x1b, 0xf0, 0x97, 0xd5, 0x5d, 0xfd, 0xb6, 0x77, 0xe3, 0x56, 0xfc, 0xa7, 0xfe, 0xe8, 0x71, 0x1c, 0xf4, 0x39, 0x7e, 0x83, 0x93, 0xfd, 0xe3, 0x51, 0xfe, 0xf9, 0x23, 0xaa, 0xd5, 0x11, 0x75, 0x04, 0x9e, 0x2c, 0x24, 0x4d, 0x1b, 0xb6, 0xf5, 0x85, 0x9c, 0x37, 0x2b, 0xe9, 0xe8, 0x95, 0x9c, 0xf6, 0x57, 0xb2, 0x27, 0x60, 0xbd, 0x96, 0xef, 0x66, 0x9f, 0x27, 0xa2, 0x2c, 0x04, 0x96, 0x72, 0x7b, 0x4a, 0x85, 0x48, 0x51, 0xe2, 0x69, 0x42, 0x25, 0x7e, 0xa5, 0xdb, 0xa5, 0x58, 0x2f, 0x6f, 0xcf, 0xd6, 0xbe, 0xfe, 0x0b, 0x38, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x34, 0x5a, 0xa7, 0x20, 0x16, 0x06, 0x00, 0x00, }